Releases: eadwinCode/ninja-schema
Releases · eadwinCode/ninja-schema
0.14.1
What's Changed
- fix:Extra config dict parameter for new schema generation by @eadwinCode in #23
- upgraded ruff to latest by @eadwinCode in #24
Full Changelog: 0.14.0...0.14.1
0.14.0
What's Changed
- fix for _get_schema_v2 always returning None by @sebcampos in #14
- fix: CI tests by @eadwinCode in #15
- fix: Schema Validation Refactor by @eadwinCode in #9
- Bump actions/checkout from 2 to 4 by @dependabot in #19
- Bump actions/setup-python from 1 to 5 by @dependabot in #18
- fix: Cleaned up PyProject.toml by @eadwinCode in #16
- Bump codecov/codecov-action from 1 to 5 by @dependabot in #17
- fix: Publish yaml by @eadwinCode in #20
- fixed compatibility with the latest pydantic version
New Contributors
- @sebcampos made their first contribution in #14
- @dependabot made their first contribution in #19
Full Changelog: 0.13.6...0.14.0
0.13.6
What's Changed
- Fixed Pydantic V2 Deprecated Warnings by @eadwinCode in #11
Full Changelog: 0.13.5...0.13.6
0.13.5
What's Changed
- Optional Field Flag in Factory Schema by @eadwinCode in #8
Full Changelog: 0.13.4...0.13.5
0.13.4
What's Changed
- code linting with ruff by @eadwinCode in #6
- Added support for pydantic V2 alongside V1 by @eadwinCode in #7
Full Changelog: 0.13.2...0.13.4
0.13.2
What's Changed
- Enabled Abstract Schema Definition by @eadwinCode in #3
- Dropped Python 3.6 And Python 3.7 by @eadwinCode in #5
Full Changelog: 0.13.0...0.13.2
0.13.0
What's Changed
- M2MLink Validation Fix by @eadwinCode in #1
- Codev Test Fix by @eadwinCode in #2
New Contributors
- @eadwinCode made their first contribution in #1
Full Changelog: 0.12.8...0.13.0
0.12.8
- mypy update fix
- updated supported django versions
0.12.6
- Ensured all django models fields are supported
- Increased test coverage
0.12.4
- Fixed bug with optional field having default_factory fieldinfo parameter