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.
- fixing building wheel for x86_64
- fixing behaviors over Meta class in Models with missing attributes
- 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).
- First version