Skip to content

Commit e2606e8

Browse files
author
bkalashnikov
committedJan 2, 2023
Update CHANGELOG.md
1 parent 2bcb510 commit e2606e8

File tree

1 file changed

+50
-40
lines changed

1 file changed

+50
-40
lines changed
 

‎CHANGELOG.md

+50-40
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,40 @@
11
# Changelog
22

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+
331
## [v0.2.7](https://github.com/bogdandm/json2python-models/tree/v0.2.7) (2022-09-08)
432

533
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.2.6...v0.2.7)
634

735
**Merged pull requests:**
836

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

1239
## [v0.2.6](https://github.com/bogdandm/json2python-models/tree/v0.2.6) (2022-09-02)
1340

@@ -19,8 +46,7 @@
1946

2047
**Merged pull requests:**
2148

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

2551
## [v0.2.5](https://github.com/bogdandm/json2python-models/tree/v0.2.5) (2022-03-10)
2652

@@ -32,8 +58,7 @@
3258

3359
**Merged pull requests:**
3460

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

3863
## [v0.2.4](https://github.com/bogdandm/json2python-models/tree/v0.2.4) (2021-07-22)
3964

@@ -45,8 +70,7 @@
4570

4671
**Merged pull requests:**
4772

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

5175
## [v0.2.3](https://github.com/bogdandm/json2python-models/tree/v0.2.3) (2021-07-09)
5276

@@ -58,20 +82,16 @@
5882

5983
**Fixed bugs:**
6084

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

6487
**Closed issues:**
6588

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

6991
**Merged pull requests:**
7092

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

7696
## [v0.2.1](https://github.com/bogdandm/json2python-models/tree/v0.2.1) (2020-05-10)
7797

@@ -83,25 +103,19 @@
83103

84104
**Merged pull requests:**
85105

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

97112
## [v0.1.2](https://github.com/bogdandm/json2python-models/tree/v0.1.2) (2019-06-17)
98113

99114
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.1...v0.1.2)
100115

101116
**Implemented enhancements:**
102117

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

106120
**Merged pull requests:**
107121

@@ -154,8 +168,7 @@
154168

155169
**Merged pull requests:**
156170

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

160173
## [v0.1a1](https://github.com/bogdandm/json2python-models/tree/v0.1a1) (2018-11-27)
161174

@@ -164,17 +177,14 @@
164177
**Merged pull requests:**
165178

166179
- 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))
171182
- Optimization [\#5](https://github.com/bogdandm/json2python-models/pull/5) ([bogdandm](https://github.com/bogdandm))
172183
- 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))
177186
- Travis [\#1](https://github.com/bogdandm/json2python-models/pull/1) ([bogdandm](https://github.com/bogdandm))
178187

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

Comments
 (0)
Failed to load comments.