#
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
#
0.2.0
NEXT
Expected: unknown
#
Added
- Added validator
- Added serializer
- Added
min_length
,max_length
,choices
,regex
options toString
related types - Added
gt
,ge
,lt
,le
options to numeric types - Added
Email
type - Added
StructModel.__init__
hints forIDE
#
0.1.2
LATEST
Released: 2021-08-28
#
Added
- Added
ujson
#
Changed
- Exposed
struct
andbyte_order
attributes ofStructModel
- Upgraded to
Python 3.10
#
0.1.1
Released: 2021-08-26
#
Added
- Added
UUID
type - Added
Decimal
type
#
Fixed
- Fixed invalid links
- Fixed invalid python version
#
0.1.0
Released: 2021-08-25
#
Added
- Project started