Releases: phenobarbital/python-datamodel
Releases · phenobarbital/python-datamodel
0.0.21
0.0.20
What's Changed
- Added basic Validation Module
- added custom encoders to converters
- added support for converters in many data types
- added auto-converters for common types in dataclasses
- migrated types to cython
- Adding encoder, decoder and widget metadata for Fields
- fixed build of cython extensions by @phenobarbital in #23
- Bump uvloop from 0.16.0 to 0.17.0 by @dependabot in #24
- New version by @phenobarbital in #25
Full Changelog: 0.0.11...0.0.20
0.0.11
What's Changed
- New version by @phenobarbital in #19
- check again by @phenobarbital in #20
- fix syntax on flow by @phenobarbital in #21
- update changes for no wheel in publish to pypi by @phenobarbital in #22
Full Changelog: 0.0.10...0.0.11
0.0.10
What's Changed
- fixing build for github by @phenobarbital in #17
- New version by @phenobarbital in #18
Full Changelog: 0.0.9...0.0.10
0.0.9
What's Changed
- fixing language version of package by @phenobarbital in #16
Full Changelog: 0.0.8...0.0.9
0.0.7
What's Changed
- Added "from_dict" and "from_json" methods to create datamodels from json strings and dictionaries
- added a new json encoder, based on orjson
- "model()" method export a json version of Model (serialization).
- Migrated "Field" and "Column" objects to Cython for speed up.
- New version by @phenobarbital in #14
Full Changelog: 0.0.6...0.0.7
0.0.6
- Added new samples
- Support for true composition with native dataclasses
0.0.5
Bump version.
0.0.3
Bump version (test auto-build)
0.0.2
== Changelog ==
- First version of BaseModel (base class for all DataModels).
- Basic Support for nested Dataclasses