Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 284 Bytes

CHANGELOG.md

File metadata and controls

7 lines (6 loc) · 284 Bytes

Version 0.7.0

  • BREAKING CHANGE: SerializedData now used a stdlib dataclass, instead of a Pydantic dataclass.
  • Basic deserialization capabilities for stdlib dataclasses.
  • config now uses a stdlib dataclass
  • Remove hard dependency on Pydantic
  • Full overhaul of documentation