Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 658 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 658 Bytes

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.0.15] - 2022-09-15

  • fixing building wheel for x86_64
  • fixing behaviors over Meta class in Models with missing attributes

[0.0.7] - 2022-09-14

  • 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).

[0.0.1] - 2022-09-12

  • First version