Releases: bogdandm/json2python-models
Releases · bogdandm/json2python-models
v0.3.1
Commits
- e2606e8: Update CHANGELOG.md (bkalashnikov)
- 1435560: Modernize project setup and setup cron action job (bkalashnikov) #59
- e7412f1: Fix yaml (bkalashnikov) #59
- 0dd95dc: Remove parse version (bkalashnikov) #59
- ac567dc: Fix code generation test (bkalashnikov) #59
- 33a6b8e: Fix code generation test (bkalashnikov) #59
- 8806fbc: test (bkalashnikov) #59
- 547ad44: Fix module loading (bkalashnikov) #59
- 4596d29: Fix pydantic generation (bkalashnikov) #59
- d2d9abe: Fix pydantic generation (bkalashnikov) #59
- 1fb69ae: Enable pytest workers (bkalashnikov) #59
- 90cf5ee: Add coverage to CLI tests (bkalashnikov) #59
- 7927cf9: Install pytest-cov (bkalashnikov) #59
- 0f4a8f8: Downgrade coveralls (bkalashnikov) #59
- 699f646: Downgrade coveralls (bkalashnikov) #59
- 8d915b3: Remove python3.8 (bkalashnikov) #59
- 0fd67c3: Disable broken coveralls for now (bkalashnikov) #59
- 3cb3bd8: Bump version (bkalashnikov) #59
- e7336bd: Update release script (bkalashnikov) #59
- 0cab669: Install build (bkalashnikov)
v0.3.0
Commits
- 74750f1: Update CHANGELOG.md (bogdan_dm)
- 2536cfd: Handle list data with regular --model argument; (bogdan_dm) #48
- 4f1caae: Update tests (bogdan_dm) #48
- 176c175: Remove unneeded logic from #46 (bogdan_dm) #48
- 266f7f2: Update README.md and tests (bogdan_dm) #48
- bbcbe35: Improve code coverage (bogdan_dm) #48
- e785649: Update README.md (bogdan_dm) #48
- Add option to unregister string serializable fields #51 (bkalashnikov)
- f86d8ae: Remove Travis CI conf (bkalashnikov) #52
- 202fbf8: Add python3.11 to test matrix (bkalashnikov) #55
- 88e196c: SQLModel support (bkalashnikov) #54
- 2bcb510: Bump version: 0.2.7 → 0.3.0 (bkalashnikov)
v0.2.7
v0.2.6
Commits
- ebf9d0a: Update CHANGELOG.md (bogdan_dm)
- 1a70568: Adding a "preamble" section to allow arbitrary python to be inserted at the top of the file (ialarmedalien) #45
- a22ccbb: Clean up comments and typos (ialarmedalien) #45
- 07ead6f: Stripping extra whitespace from the preamble (ialarmedalien) #45
- 86caba8: fixing empty preamble trimming and add a test (ialarmedalien) #45
- 7e93a72: Bump version: 0.2.5 → 0.2.6 (bogdan_dm)
v0.2.5
v0.2.4
Commits
- 10ac777: Update CHANGELOG.md (bogdan_dm)
- d00e80d: Rename action (bogdan_dm)
- 72b0c20: Add yaml and ini parsers (bogdan_dm) #39
- ada5f67: Fix invalid chars in Literal value (bogdan_dm) #39
- 982bd2e: Add docs; (bogdan_dm) #39
- 9895ea7: Replace tabs in doc (bogdan_dm) #39
- 5ce60a3: Bump version: 0.2.3 → 0.2.4 (bogdan_dm)
v0.2.3
Commits
- a716214: Update CHANGELOG.md (bogdan_dm)
- 7ab4082: Create pytest.yml (bogdandm)
- 32056b0: Move file (bogdan_dm)
- 8209753: Add token (bogdan_dm)
- 9144e29: Fix coverage (bogdan_dm)
- cf9464c: Disable codacy (bogdan_dm)
- af7e1b9: Rewrite CI (bogdan_dm)
- 4ecd561: Fix trigger (bogdan_dm)
- 8f4ed0f: Fix syntax (bogdan_dm)
- fd47730: Rename job (bogdan_dm)
- fdf337e: Bump version: 0.2.2 → 0.2.3 (bogdan_dm)
Pydantic models and code generation improvements
v0.2.1 Bump version (trigger new release)
Bug fixes
--disable-unicode-conversion flag
- Add --disable-unicode-conversion (with --no-unidecode alias) flags
- Add -o/--output flag
- Fix few unicode-related bugs