Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.39 KB

changelog.md

File metadata and controls

26 lines (18 loc) · 1.39 KB

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.3.0] - 2025-02-01

Added

  • Changed isNotSealed to isSealed (issue #7)
  • Added support for custom serialization (issue #1)
  • Added support to serialize IMobileObject-based objects that do not participate in generator serialization (issue #11)
  • Improved serialization performance of Reflection-based members using [UnsafeAccessor] (issue #12)

[0.2.0] - 2024-04-15

Added

  • Created [GeneratorSerializable] to use to identify types to generate code for (issue #3)
  • Added support to register implementations for custom types (issue #2)
  • Moved common serialization code to context types (issue #6)

[0.1.0] - 2024-04-03

Added

  • First release of the package.