#
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,regexoptions toStringrelated types - Added
gt,ge,lt,leoptions to numeric types - Added
Emailtype - Added
StructModel.__init__hints forIDE
#
0.1.2
LATEST
Released: 2021-08-28
#
Added
- Added
ujson
#
Changed
- Exposed
structandbyte_orderattributes ofStructModel - Upgraded to
Python 3.10
#
0.1.1
Released: 2021-08-26
#
Added
- Added
UUIDtype - Added
Decimaltype
#
Fixed
- Fixed invalid links
- Fixed invalid python version
#
0.1.0
Released: 2021-08-25
#
Added
- Project started