Releases: phenobarbital/python-datamodel
Releases · phenobarbital/python-datamodel
0.8.15
What's Changed
- supporting new converters and validations by @phenobarbital in #229
- Bugfix optional list str by @phenobarbital in #230
- fix on parse_type used by ModelView in NAV by @phenobarbital in #231
Full Changelog: 0.8.12...0.8.15
0.8.14
0.8.13
What's Changed
- fix issue when Optional[List[str]] is used on type hints for BaseModel by @phenobarbital in #228
- supporting new converters and validations by @phenobarbital in #229
Full Changelog: 0.8.11...0.8.13
0.8.12
What's Changed
- fix issue when Optional[List[str]] is used on type hints for BaseModel by @phenobarbital in #228
Full Changelog: 0.8.11...0.8.12
0.8.11
- fix when default is a function or a MISSING type
Full Changelog: 0.8.10...0.8.11
0.8.10
What's Changed
- Changes on typing by @phenobarbital in #227
- Fix on encoders on ModelMeta
Full Changelog: 0.8.8...0.8.10
0.8.9
What's Changed
- Changes on typing by @phenobarbital in #227
- improvements on performance when parsing dates and datetimes
Full Changelog: 0.8.8...0.8.9
0.8.8
- added support for aliases function for names
- support for in-Field aliases
- fix issue when aliases are not discovered on call method.
Full Changelog: 0.8.6...0.8.8
0.8.7
Full Changelog: 0.8.5...0.8.7
0.8.6
- passing parent object as argument to be used on type converters directly
- adding support for aliases on Field() objects
Full Changelog: 0.8.5...0.8.6