Implemented enhancements:
- SQLModel support #49
v0.3.0 (2023-01-02)
Fixed bugs:
- Encoding with utf-8 in input file error #53
Closed issues:
- Generator would parse version number as float string #50
Merged pull requests:
- Add python3.11 to test matrix #55 (bogdandm)
- SQLModel support #54 (bogdandm)
- Remove Travis CI conf #52 (bogdandm)
- CLI: Add option to unregister string serializable fields #51 (bogdandm)
- Handle list data with regular --model argument #48 (bogdandm)
v0.2.7 (2022-09-08)
Merged pull requests:
- Fix
generate
method to work with lists and dicts #46 (ialarmedalien)
v0.2.6 (2022-09-02)
Implemented enhancements:
- Add section after imports and before dependencies #44
Merged pull requests:
- Add preamble section #45 (ialarmedalien)
v0.2.5 (2022-03-10)
Fixed bugs:
- i think it needs the \n quotation #42
Merged pull requests:
v0.2.4 (2021-07-22)
Implemented enhancements:
- add yaml , ini #37
Merged pull requests:
v0.2.3 (2021-07-09)
v0.2.2 (2021-06-08)
Fixed bugs:
- Please change the Launch Library link to Launch Library 2 #34
Closed issues:
- Dependabot couldn't authenticate with https://pypi.python.org/simple/ #33
Merged pull requests:
- Fix bug when field gets converted to blacklisted word #36 (a1d4r)
- Upgrade to GitHub-native Dependabot #35 (dependabot-preview[bot])
v0.2.1 (2020-05-10)
v0.2.0 (2020-05-10)
Merged pull requests:
- Change default classes structure type to FLAT #32 (bogdandm)
- Add python3.8 and 3.9-dev to test matrix #31 (bogdandm)
- Pydantic models generation #29 (bogdandm)
- Add more reserved words #28 (bogdandm)
- Update ordered-set requirement from ==3.* to ==4.* #27 (dependabot-preview[bot])
v0.1.2 (2019-06-17)
Implemented enhancements:
- Could you please add a flag to close the conversion of unicode fields in a json #23
Merged pull requests:
v0.1.1 (2019-06-13)
Merged pull requests:
v0.1.0.post2 (2019-05-02)
v0.1.0.post1 (2019-04-24)
v0.1.0 (2019-04-24)
Merged pull requests:
- Adding readme #22 (bogdandm)
- Post init converters for string types #21 (bogdandm)
- No ordereddict #20 (bogdandm)
- Process empty dict as Dict type #19 (bogdandm)
- Fix pytest version conflict #18 (bogdandm)
- Decode unicode and remove non-words characters in models fields names #17 (bogdandm)
- Does not add METADATA_FIELD_NAME to metadata if original fields name is a same as generated one #16 (bogdandm)
v0.1b2 (2018-11-30)
Merged pull requests:
- Flat models structure generation #15 (bogdandm)
- Dataclasses code generation #14 (bogdandm)
- Evaluate generated code in tests #13 (bogdandm)
- NoneType -> Null refactoring (fix wrong NoneType annotation) #12 (bogdandm)
v0.1b1 (2018-11-27)
Merged pull requests:
v0.1a1 (2018-11-27)
Merged pull requests:
- Cli #10 (bogdandm)
- Dict key as data #9 (bogdandm)
- Datetime parsing #7 (bogdandm)
- Optimization #5 (bogdandm)
- Attrs #4 (bogdandm)
- Absolute forward ref #3 (bogdandm)
- Models code generation #2 (bogdandm)
- Travis #1 (bogdandm)
* This Changelog was automatically generated by github_changelog_generator