|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.2.2](https://github.com/bogdandm/json2python-models/tree/v0.2.2) (2021-06-08) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.2.1...v0.2.2) |
| 6 | + |
| 7 | +**Fixed bugs:** |
| 8 | + |
| 9 | +- Please change the Launch Library link to Launch Library |
| 10 | + 2 [\#34](https://github.com/bogdandm/json2python-models/issues/34) |
| 11 | + |
| 12 | +**Closed issues:** |
| 13 | + |
| 14 | +- Dependabot couldn't authenticate |
| 15 | + with https://pypi.python.org/simple/ [\#33](https://github.com/bogdandm/json2python-models/issues/33) |
| 16 | + |
| 17 | +**Merged pull requests:** |
| 18 | + |
| 19 | +- Fix bug when field gets converted to blacklisted |
| 20 | + word [\#36](https://github.com/bogdandm/json2python-models/pull/36) ([a1d4r](https://github.com/a1d4r)) |
| 21 | +- Upgrade to GitHub-native |
| 22 | + Dependabot [\#35](https://github.com/bogdandm/json2python-models/pull/35) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) |
| 23 | + |
3 | 24 | ## [v0.2.1](https://github.com/bogdandm/json2python-models/tree/v0.2.1) (2020-05-10) |
4 | 25 |
|
5 | 26 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.2.0...v0.2.1) |
6 | 27 |
|
7 | | -* Update PyPi package description |
8 | | - |
9 | 28 | ## [v0.2.0](https://github.com/bogdandm/json2python-models/tree/v0.2.0) (2020-05-10) |
10 | 29 |
|
11 | 30 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.2...v0.2.0) |
12 | 31 |
|
13 | 32 | **Merged pull requests:** |
14 | 33 |
|
15 | | -- Change default classes structure type to FLAT [\#32](https://github.com/bogdandm/json2python-models/pull/32) ([bogdandm](https://github.com/bogdandm)) |
16 | | -- Add python3.8 and 3.9-dev to test matrix [\#31](https://github.com/bogdandm/json2python-models/pull/31) ([bogdandm](https://github.com/bogdandm)) |
17 | | -- Pydantic models generation [\#29](https://github.com/bogdandm/json2python-models/pull/29) ([bogdandm](https://github.com/bogdandm)) |
18 | | -- Add more reserved words [\#28](https://github.com/bogdandm/json2python-models/pull/28) ([bogdandm](https://github.com/bogdandm)) |
19 | | -- Update ordered-set requirement from ==3.\* to ==4.\* [\#27](https://github.com/bogdandm/json2python-models/pull/27) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) |
| 34 | +- Change default classes structure type to |
| 35 | + FLAT [\#32](https://github.com/bogdandm/json2python-models/pull/32) ([bogdandm](https://github.com/bogdandm)) |
| 36 | +- Add python3.8 and 3.9-dev to test |
| 37 | + matrix [\#31](https://github.com/bogdandm/json2python-models/pull/31) ([bogdandm](https://github.com/bogdandm)) |
| 38 | +- Pydantic models |
| 39 | + generation [\#29](https://github.com/bogdandm/json2python-models/pull/29) ([bogdandm](https://github.com/bogdandm)) |
| 40 | +- Add more reserved |
| 41 | + words [\#28](https://github.com/bogdandm/json2python-models/pull/28) ([bogdandm](https://github.com/bogdandm)) |
| 42 | +- Update ordered-set requirement from ==3.\* to |
| 43 | + ==4.\* [\#27](https://github.com/bogdandm/json2python-models/pull/27) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) |
20 | 44 |
|
21 | 45 | ## [v0.1.2](https://github.com/bogdandm/json2python-models/tree/v0.1.2) (2019-06-17) |
22 | 46 |
|
23 | 47 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.1...v0.1.2) |
24 | 48 |
|
25 | | -* Fix models merging |
26 | | -* Fix Union optimization in merged models |
27 | | -* Fix optimizing Union\[Unknown\] or Union\[None\] |
| 49 | +**Implemented enhancements:** |
| 50 | + |
| 51 | +- Could you please add a flag to close the conversion of unicode fields in a |
| 52 | + json [\#23](https://github.com/bogdandm/json2python-models/issues/23) |
28 | 53 |
|
29 | 54 | **Merged pull requests:** |
30 | 55 |
|
31 | 56 | - Bug fixes [\#25](https://github.com/bogdandm/json2python-models/pull/25) ([bogdandm](https://github.com/bogdandm)) |
32 | 57 |
|
33 | 58 | ## [v0.1.1](https://github.com/bogdandm/json2python-models/tree/v0.1.1) (2019-06-13) |
| 59 | + |
34 | 60 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.0.post2...v0.1.1) |
35 | 61 |
|
36 | 62 | **Merged pull requests:** |
37 | 63 |
|
38 | 64 | - Disable unicode conversion flag [\#24](https://github.com/bogdandm/json2python-models/pull/24) ([bogdandm](https://github.com/bogdandm)) |
39 | 65 |
|
40 | 66 | ## [v0.1.0.post2](https://github.com/bogdandm/json2python-models/tree/v0.1.0.post2) (2019-05-02) |
| 67 | + |
41 | 68 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.0.post1...v0.1.0.post2) |
42 | 69 |
|
43 | 70 | ## [v0.1.0.post1](https://github.com/bogdandm/json2python-models/tree/v0.1.0.post1) (2019-04-24) |
| 71 | + |
44 | 72 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.0...v0.1.0.post1) |
45 | 73 |
|
46 | 74 | ## [v0.1.0](https://github.com/bogdandm/json2python-models/tree/v0.1.0) (2019-04-24) |
| 75 | + |
47 | 76 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1b2...v0.1.0) |
48 | 77 |
|
49 | 78 | **Merged pull requests:** |
|
57 | 86 | - 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)) |
58 | 87 |
|
59 | 88 | ## [v0.1b2](https://github.com/bogdandm/json2python-models/tree/v0.1b2) (2018-11-30) |
| 89 | + |
60 | 90 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1b1...v0.1b2) |
61 | 91 |
|
62 | 92 | **Merged pull requests:** |
|
67 | 97 | - NoneType -\> Null refactoring \(fix wrong NoneType annotation\) [\#12](https://github.com/bogdandm/json2python-models/pull/12) ([bogdandm](https://github.com/bogdandm)) |
68 | 98 |
|
69 | 99 | ## [v0.1b1](https://github.com/bogdandm/json2python-models/tree/v0.1b1) (2018-11-27) |
| 100 | + |
70 | 101 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1a1...v0.1b1) |
71 | 102 |
|
72 | 103 | **Merged pull requests:** |
73 | 104 |
|
74 | | -- Add --dict-keys-regex and --dict-keys-fields arguments; [\#11](https://github.com/bogdandm/json2python-models/pull/11) ([bogdandm](https://github.com/bogdandm)) |
| 105 | +- Add --dict-keys-regex and --dict-keys-fields |
| 106 | + arguments; [\#11](https://github.com/bogdandm/json2python-models/pull/11) ([bogdandm](https://github.com/bogdandm)) |
75 | 107 |
|
76 | 108 | ## [v0.1a1](https://github.com/bogdandm/json2python-models/tree/v0.1a1) (2018-11-27) |
| 109 | + |
| 110 | +[Full Changelog](https://github.com/bogdandm/json2python-models/compare/d09cb8431e97c47cc248a45047c2c0047f3d0e67...v0.1a1) |
| 111 | + |
77 | 112 | **Merged pull requests:** |
78 | 113 |
|
79 | 114 | - Cli [\#10](https://github.com/bogdandm/json2python-models/pull/10) ([bogdandm](https://github.com/bogdandm)) |
80 | | -- Dict key as data [\#9](https://github.com/bogdandm/json2python-models/pull/9) ([bogdandm](https://github.com/bogdandm)) |
81 | | -- Datetime parsing [\#7](https://github.com/bogdandm/json2python-models/pull/7) ([bogdandm](https://github.com/bogdandm)) |
| 115 | +- Dict key as |
| 116 | + data [\#9](https://github.com/bogdandm/json2python-models/pull/9) ([bogdandm](https://github.com/bogdandm)) |
| 117 | +- Datetime |
| 118 | + parsing [\#7](https://github.com/bogdandm/json2python-models/pull/7) ([bogdandm](https://github.com/bogdandm)) |
82 | 119 | - Optimization [\#5](https://github.com/bogdandm/json2python-models/pull/5) ([bogdandm](https://github.com/bogdandm)) |
83 | 120 | - Attrs [\#4](https://github.com/bogdandm/json2python-models/pull/4) ([bogdandm](https://github.com/bogdandm)) |
84 | | -- Absolute forward ref [\#3](https://github.com/bogdandm/json2python-models/pull/3) ([bogdandm](https://github.com/bogdandm)) |
85 | | -- Models code generation [\#2](https://github.com/bogdandm/json2python-models/pull/2) ([bogdandm](https://github.com/bogdandm)) |
| 121 | +- Absolute forward |
| 122 | + ref [\#3](https://github.com/bogdandm/json2python-models/pull/3) ([bogdandm](https://github.com/bogdandm)) |
| 123 | +- Models code |
| 124 | + generation [\#2](https://github.com/bogdandm/json2python-models/pull/2) ([bogdandm](https://github.com/bogdandm)) |
86 | 125 | - Travis [\#1](https://github.com/bogdandm/json2python-models/pull/1) ([bogdandm](https://github.com/bogdandm)) |
87 | 126 |
|
88 | | - |
89 | | - |
90 | | -\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* |
91 | | - |
92 | | -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
93 | | - |
94 | | - |
95 | | -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
96 | | - |
97 | | - |
98 | | -\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
| 127 | +\* *This Changelog was automatically generated |
| 128 | +by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments