Releases: georgebv/drf-pydantic
Releases · georgebv/drf-pydantic
v2.5.1
v2.5.0
v2.4.0
What's Changed
- Add label from title by @shkangomelet in #26
New Contributors
- @shkangomelet made their first contribution in #26
Full Changelog: v2.3.0...v2.4.0
v2.3.0
v2.2.0
v2.1.0
- Added
typing.Literal
support - Added
enum.Enum
support - Added support for numeric constraints , e.g.
Field(gt=...)
- Added support for
decimal.Decimal
constraints, e.g.Field(max_digits=5, decimal_places=2)
What's Changed
Full Changelog: v2.0.0...v2.1.0
v2.0.0
v1.0.0
Full Changelog: v0.5.0...v1.0.0