|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [v0.1.0](https://github.com/bogdandm/json2python-models/tree/v0.1.0) (2019-04-24) |
| 4 | +[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1b2...v0.1.0) |
| 5 | + |
| 6 | +**Merged pull requests:** |
| 7 | + |
| 8 | +- Adding readme [\#22](https://github.com/bogdandm/json2python-models/pull/22) ([bogdandm](https://github.com/bogdandm)) |
| 9 | +- Post init converters for string types [\#21](https://github.com/bogdandm/json2python-models/pull/21) ([bogdandm](https://github.com/bogdandm)) |
| 10 | +- No ordereddict [\#20](https://github.com/bogdandm/json2python-models/pull/20) ([bogdandm](https://github.com/bogdandm)) |
| 11 | +- Process empty dict as Dict type [\#19](https://github.com/bogdandm/json2python-models/pull/19) ([bogdandm](https://github.com/bogdandm)) |
| 12 | +- Fix pytest version conflict [\#18](https://github.com/bogdandm/json2python-models/pull/18) ([bogdandm](https://github.com/bogdandm)) |
| 13 | +- Decode unicode and remove non-words characters in models fields names [\#17](https://github.com/bogdandm/json2python-models/pull/17) ([bogdandm](https://github.com/bogdandm)) |
| 14 | +- Does not add METADATA\_FIELD\_NAME to metadata if original fields name is a same as generated one [\#16](https://github.com/bogdandm/json2python-models/pull/16) ([bogdandm](https://github.com/bogdandm)) |
| 15 | + |
| 16 | +## [v0.1b2](https://github.com/bogdandm/json2python-models/tree/v0.1b2) (2018-11-30) |
| 17 | +[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1b1...v0.1b2) |
| 18 | + |
| 19 | +**Merged pull requests:** |
| 20 | + |
| 21 | +- Flat models structure generation [\#15](https://github.com/bogdandm/json2python-models/pull/15) ([bogdandm](https://github.com/bogdandm)) |
| 22 | +- Dataclasses code generation [\#14](https://github.com/bogdandm/json2python-models/pull/14) ([bogdandm](https://github.com/bogdandm)) |
| 23 | +- Evaluate generated code in tests [\#13](https://github.com/bogdandm/json2python-models/pull/13) ([bogdandm](https://github.com/bogdandm)) |
| 24 | +- NoneType -\> Null refactoring \(fix wrong NoneType annotation\) [\#12](https://github.com/bogdandm/json2python-models/pull/12) ([bogdandm](https://github.com/bogdandm)) |
| 25 | + |
3 | 26 | ## [v0.1b1](https://github.com/bogdandm/json2python-models/tree/v0.1b1) (2018-11-27) |
4 | 27 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1a1...v0.1b1) |
5 | 28 |
|
6 | | -- Bug fixes |
7 | | - |
8 | 29 | **Merged pull requests:** |
9 | 30 |
|
10 | | -- Add --dict-keys-regex and --dict-keys-fields arguments [\#11](https://github.com/bogdandm/json2python-models/pull/11) ([bogdandm](https://github.com/bogdandm)) |
| 31 | +- Add --dict-keys-regex and --dict-keys-fields arguments; [\#11](https://github.com/bogdandm/json2python-models/pull/11) ([bogdandm](https://github.com/bogdandm)) |
11 | 32 |
|
12 | 33 | ## [v0.1a1](https://github.com/bogdandm/json2python-models/tree/v0.1a1) (2018-11-27) |
13 | 34 | **Merged pull requests:** |
|
0 commit comments