Skip to content

Commit a716214

Browse files
committed
Update CHANGELOG.md
1 parent 9ed6278 commit a716214

File tree

1 file changed

+56
-26
lines changed

1 file changed

+56
-26
lines changed

CHANGELOG.md

Lines changed: 56 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,78 @@
11
# Changelog
22

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+
324
## [v0.2.1](https://github.com/bogdandm/json2python-models/tree/v0.2.1) (2020-05-10)
425

526
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.2.0...v0.2.1)
627

7-
* Update PyPi package description
8-
928
## [v0.2.0](https://github.com/bogdandm/json2python-models/tree/v0.2.0) (2020-05-10)
1029

1130
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.2...v0.2.0)
1231

1332
**Merged pull requests:**
1433

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

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

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

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

2954
**Merged pull requests:**
3055

3156
- Bug fixes [\#25](https://github.com/bogdandm/json2python-models/pull/25) ([bogdandm](https://github.com/bogdandm))
3257

3358
## [v0.1.1](https://github.com/bogdandm/json2python-models/tree/v0.1.1) (2019-06-13)
59+
3460
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.0.post2...v0.1.1)
3561

3662
**Merged pull requests:**
3763

3864
- Disable unicode conversion flag [\#24](https://github.com/bogdandm/json2python-models/pull/24) ([bogdandm](https://github.com/bogdandm))
3965

4066
## [v0.1.0.post2](https://github.com/bogdandm/json2python-models/tree/v0.1.0.post2) (2019-05-02)
67+
4168
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.0.post1...v0.1.0.post2)
4269

4370
## [v0.1.0.post1](https://github.com/bogdandm/json2python-models/tree/v0.1.0.post1) (2019-04-24)
71+
4472
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1.0...v0.1.0.post1)
4573

4674
## [v0.1.0](https://github.com/bogdandm/json2python-models/tree/v0.1.0) (2019-04-24)
75+
4776
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1b2...v0.1.0)
4877

4978
**Merged pull requests:**
@@ -57,6 +86,7 @@
5786
- 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))
5887

5988
## [v0.1b2](https://github.com/bogdandm/json2python-models/tree/v0.1b2) (2018-11-30)
89+
6090
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1b1...v0.1b2)
6191

6292
**Merged pull requests:**
@@ -67,32 +97,32 @@
6797
- NoneType -\> Null refactoring \(fix wrong NoneType annotation\) [\#12](https://github.com/bogdandm/json2python-models/pull/12) ([bogdandm](https://github.com/bogdandm))
6898

6999
## [v0.1b1](https://github.com/bogdandm/json2python-models/tree/v0.1b1) (2018-11-27)
100+
70101
[Full Changelog](https://github.com/bogdandm/json2python-models/compare/v0.1a1...v0.1b1)
71102

72103
**Merged pull requests:**
73104

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

76108
## [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+
77112
**Merged pull requests:**
78113

79114
- 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))
82119
- Optimization [\#5](https://github.com/bogdandm/json2python-models/pull/5) ([bogdandm](https://github.com/bogdandm))
83120
- 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))
86125
- Travis [\#1](https://github.com/bogdandm/json2python-models/pull/1) ([bogdandm](https://github.com/bogdandm))
87126

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

Comments
 (0)