Skip to content

Commit 965cbd5

Browse files
committed
Update CHANGELOG
1 parent 48b363f commit 965cbd5

File tree

1 file changed

+24
-3
lines changed

1 file changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
11
# Change Log
22

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+
326
## [v0.1b1](https://github.com/bogdandm/json2python-models/tree/v0.1b1) (2018-11-27)
427
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1a1...v0.1b1)
528

6-
- Bug fixes
7-
829
**Merged pull requests:**
930

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))
1132

1233
## [v0.1a1](https://github.com/bogdandm/json2python-models/tree/v0.1a1) (2018-11-27)
1334
**Merged pull requests:**

0 commit comments

Comments
 (0)