|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [Unreleased](https://github.com/bogdandm/json2python-models/tree/HEAD) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.3.0...HEAD) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- SQLModel support [\#49](https://github.com/bogdandm/json2python-models/issues/49) |
| 10 | + |
| 11 | +## [v0.3.0](https://github.com/bogdandm/json2python-models/tree/v0.3.0) (2023-01-02) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.2.7...v0.3.0) |
| 14 | + |
| 15 | +**Fixed bugs:** |
| 16 | + |
| 17 | +- Encoding with utf-8 in input file error [\#53](https://github.com/bogdandm/json2python-models/issues/53) |
| 18 | + |
| 19 | +**Closed issues:** |
| 20 | + |
| 21 | +- Generator would parse version number as float string [\#50](https://github.com/bogdandm/json2python-models/issues/50) |
| 22 | + |
| 23 | +**Merged pull requests:** |
| 24 | + |
| 25 | +- Add python3.11 to test matrix [\#55](https://github.com/bogdandm/json2python-models/pull/55) ([bogdandm](https://github.com/bogdandm)) |
| 26 | +- SQLModel support [\#54](https://github.com/bogdandm/json2python-models/pull/54) ([bogdandm](https://github.com/bogdandm)) |
| 27 | +- Remove Travis CI conf [\#52](https://github.com/bogdandm/json2python-models/pull/52) ([bogdandm](https://github.com/bogdandm)) |
| 28 | +- CLI: Add option to unregister string serializable fields [\#51](https://github.com/bogdandm/json2python-models/pull/51) ([bogdandm](https://github.com/bogdandm)) |
| 29 | +- Handle list data with regular --model argument [\#48](https://github.com/bogdandm/json2python-models/pull/48) ([bogdandm](https://github.com/bogdandm)) |
| 30 | + |
3 | 31 | ## [v0.2.7](https://github.com/bogdandm/json2python-models/tree/v0.2.7) (2022-09-08)
|
4 | 32 |
|
5 | 33 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.2.6...v0.2.7)
|
6 | 34 |
|
7 | 35 | **Merged pull requests:**
|
8 | 36 |
|
9 |
| -- Fix `generate` method to work with lists and |
10 |
| - dicts [\#46](https://github.com/bogdandm/json2python-models/pull/46) ([ialarmedalien](https://github.com/ialarmedalien)) |
| 37 | +- Fix `generate` method to work with lists and dicts [\#46](https://github.com/bogdandm/json2python-models/pull/46) ([ialarmedalien](https://github.com/ialarmedalien)) |
11 | 38 |
|
12 | 39 | ## [v0.2.6](https://github.com/bogdandm/json2python-models/tree/v0.2.6) (2022-09-02)
|
13 | 40 |
|
|
19 | 46 |
|
20 | 47 | **Merged pull requests:**
|
21 | 48 |
|
22 |
| -- Add preamble |
23 |
| - section [\#45](https://github.com/bogdandm/json2python-models/pull/45) ([ialarmedalien](https://github.com/ialarmedalien)) |
| 49 | +- Add preamble section [\#45](https://github.com/bogdandm/json2python-models/pull/45) ([ialarmedalien](https://github.com/ialarmedalien)) |
24 | 50 |
|
25 | 51 | ## [v0.2.5](https://github.com/bogdandm/json2python-models/tree/v0.2.5) (2022-03-10)
|
26 | 52 |
|
|
32 | 58 |
|
33 | 59 | **Merged pull requests:**
|
34 | 60 |
|
35 |
| -- Fix invalid chars in Literal |
36 |
| - value [\#43](https://github.com/bogdandm/json2python-models/pull/43) ([bogdandm](https://github.com/bogdandm)) |
| 61 | +- Fix invalid chars in Literal value [\#43](https://github.com/bogdandm/json2python-models/pull/43) ([bogdandm](https://github.com/bogdandm)) |
37 | 62 |
|
38 | 63 | ## [v0.2.4](https://github.com/bogdandm/json2python-models/tree/v0.2.4) (2021-07-22)
|
39 | 64 |
|
|
45 | 70 |
|
46 | 71 | **Merged pull requests:**
|
47 | 72 |
|
48 |
| -- Add yaml and ini |
49 |
| - parsers [\#39](https://github.com/bogdandm/json2python-models/pull/39) ([bogdandm](https://github.com/bogdandm)) |
| 73 | +- Add yaml and ini parsers [\#39](https://github.com/bogdandm/json2python-models/pull/39) ([bogdandm](https://github.com/bogdandm)) |
50 | 74 |
|
51 | 75 | ## [v0.2.3](https://github.com/bogdandm/json2python-models/tree/v0.2.3) (2021-07-09)
|
52 | 76 |
|
|
58 | 82 |
|
59 | 83 | **Fixed bugs:**
|
60 | 84 |
|
61 |
| -- Please change the Launch Library link to Launch Library |
62 |
| - 2 [\#34](https://github.com/bogdandm/json2python-models/issues/34) |
| 85 | +- Please change the Launch Library link to Launch Library 2 [\#34](https://github.com/bogdandm/json2python-models/issues/34) |
63 | 86 |
|
64 | 87 | **Closed issues:**
|
65 | 88 |
|
66 |
| -- Dependabot couldn't authenticate |
67 |
| - with https://pypi.python.org/simple/ [\#33](https://github.com/bogdandm/json2python-models/issues/33) |
| 89 | +- Dependabot couldn't authenticate with https://pypi.python.org/simple/ [\#33](https://github.com/bogdandm/json2python-models/issues/33) |
68 | 90 |
|
69 | 91 | **Merged pull requests:**
|
70 | 92 |
|
71 |
| -- Fix bug when field gets converted to blacklisted |
72 |
| - word [\#36](https://github.com/bogdandm/json2python-models/pull/36) ([a1d4r](https://github.com/a1d4r)) |
73 |
| -- Upgrade to GitHub-native |
74 |
| - Dependabot [\#35](https://github.com/bogdandm/json2python-models/pull/35) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) |
| 93 | +- Fix bug when field gets converted to blacklisted word [\#36](https://github.com/bogdandm/json2python-models/pull/36) ([a1d4r](https://github.com/a1d4r)) |
| 94 | +- Upgrade to GitHub-native Dependabot [\#35](https://github.com/bogdandm/json2python-models/pull/35) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) |
75 | 95 |
|
76 | 96 | ## [v0.2.1](https://github.com/bogdandm/json2python-models/tree/v0.2.1) (2020-05-10)
|
77 | 97 |
|
|
83 | 103 |
|
84 | 104 | **Merged pull requests:**
|
85 | 105 |
|
86 |
| -- Change default classes structure type to |
87 |
| - FLAT [\#32](https://github.com/bogdandm/json2python-models/pull/32) ([bogdandm](https://github.com/bogdandm)) |
88 |
| -- Add python3.8 and 3.9-dev to test |
89 |
| - matrix [\#31](https://github.com/bogdandm/json2python-models/pull/31) ([bogdandm](https://github.com/bogdandm)) |
90 |
| -- Pydantic models |
91 |
| - generation [\#29](https://github.com/bogdandm/json2python-models/pull/29) ([bogdandm](https://github.com/bogdandm)) |
92 |
| -- Add more reserved |
93 |
| - words [\#28](https://github.com/bogdandm/json2python-models/pull/28) ([bogdandm](https://github.com/bogdandm)) |
94 |
| -- Update ordered-set requirement from ==3.\* to |
95 |
| - ==4.\* [\#27](https://github.com/bogdandm/json2python-models/pull/27) ([dependabot-preview[bot]](https://github.com/apps/dependabot-preview)) |
| 106 | +- Change default classes structure type to FLAT [\#32](https://github.com/bogdandm/json2python-models/pull/32) ([bogdandm](https://github.com/bogdandm)) |
| 107 | +- Add python3.8 and 3.9-dev to test matrix [\#31](https://github.com/bogdandm/json2python-models/pull/31) ([bogdandm](https://github.com/bogdandm)) |
| 108 | +- Pydantic models generation [\#29](https://github.com/bogdandm/json2python-models/pull/29) ([bogdandm](https://github.com/bogdandm)) |
| 109 | +- Add more reserved words [\#28](https://github.com/bogdandm/json2python-models/pull/28) ([bogdandm](https://github.com/bogdandm)) |
| 110 | +- 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)) |
96 | 111 |
|
97 | 112 | ## [v0.1.2](https://github.com/bogdandm/json2python-models/tree/v0.1.2) (2019-06-17)
|
98 | 113 |
|
99 | 114 | [Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.1...v0.1.2)
|
100 | 115 |
|
101 | 116 | **Implemented enhancements:**
|
102 | 117 |
|
103 |
| -- Could you please add a flag to close the conversion of unicode fields in a |
104 |
| - json [\#23](https://github.com/bogdandm/json2python-models/issues/23) |
| 118 | +- Could you please add a flag to close the conversion of unicode fields in a json [\#23](https://github.com/bogdandm/json2python-models/issues/23) |
105 | 119 |
|
106 | 120 | **Merged pull requests:**
|
107 | 121 |
|
|
154 | 168 |
|
155 | 169 | **Merged pull requests:**
|
156 | 170 |
|
157 |
| -- Add --dict-keys-regex and --dict-keys-fields |
158 |
| - arguments; [\#11](https://github.com/bogdandm/json2python-models/pull/11) ([bogdandm](https://github.com/bogdandm)) |
| 171 | +- Add --dict-keys-regex and --dict-keys-fields arguments; [\#11](https://github.com/bogdandm/json2python-models/pull/11) ([bogdandm](https://github.com/bogdandm)) |
159 | 172 |
|
160 | 173 | ## [v0.1a1](https://github.com/bogdandm/json2python-models/tree/v0.1a1) (2018-11-27)
|
161 | 174 |
|
|
164 | 177 | **Merged pull requests:**
|
165 | 178 |
|
166 | 179 | - Cli [\#10](https://github.com/bogdandm/json2python-models/pull/10) ([bogdandm](https://github.com/bogdandm))
|
167 |
| -- Dict key as |
168 |
| - data [\#9](https://github.com/bogdandm/json2python-models/pull/9) ([bogdandm](https://github.com/bogdandm)) |
169 |
| -- Datetime |
170 |
| - parsing [\#7](https://github.com/bogdandm/json2python-models/pull/7) ([bogdandm](https://github.com/bogdandm)) |
| 180 | +- Dict key as data [\#9](https://github.com/bogdandm/json2python-models/pull/9) ([bogdandm](https://github.com/bogdandm)) |
| 181 | +- Datetime parsing [\#7](https://github.com/bogdandm/json2python-models/pull/7) ([bogdandm](https://github.com/bogdandm)) |
171 | 182 | - Optimization [\#5](https://github.com/bogdandm/json2python-models/pull/5) ([bogdandm](https://github.com/bogdandm))
|
172 | 183 | - Attrs [\#4](https://github.com/bogdandm/json2python-models/pull/4) ([bogdandm](https://github.com/bogdandm))
|
173 |
| -- Absolute forward |
174 |
| - ref [\#3](https://github.com/bogdandm/json2python-models/pull/3) ([bogdandm](https://github.com/bogdandm)) |
175 |
| -- Models code |
176 |
| - generation [\#2](https://github.com/bogdandm/json2python-models/pull/2) ([bogdandm](https://github.com/bogdandm)) |
| 184 | +- Absolute forward ref [\#3](https://github.com/bogdandm/json2python-models/pull/3) ([bogdandm](https://github.com/bogdandm)) |
| 185 | +- Models code generation [\#2](https://github.com/bogdandm/json2python-models/pull/2) ([bogdandm](https://github.com/bogdandm)) |
177 | 186 | - Travis [\#1](https://github.com/bogdandm/json2python-models/pull/1) ([bogdandm](https://github.com/bogdandm))
|
178 | 187 |
|
179 |
| -\* *This Changelog was automatically generated |
180 |
| -by [github_changelog_generator] (https://github.com/github-changelog-generator/github-changelog-generator)* |
| 188 | + |
| 189 | + |
| 190 | +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* |
0 commit comments