Skip to content

v1.9.0

Compare
Choose a tag to compare
@ermakov-oleg ermakov-oleg released this 08 May 17:15
· 27 commits to master since this release

Release Notes - Version 1.9.0

Updates

Added Support for typing.NewType: We've introduced support for typing.NewType in serialization and deserialization. This allows users to create distinct types with a single value item, providing an extra layer of safety in type checking.

Full Changelog: v1.8.0...v1.9.0