Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@agocke agocke released this 01 Jul 04:02
· 17 commits to main since this release
2a802dd

What's Changed

This is a big release that should be mostly compatible with v0.5.2. There are two large changes:

  1. There is a new ISerialize<T> interface which will eventually become the replacement for ISerialize entirely. The idea is to mirror the ISerialize<T> and IDeserialize<T> interfaces and use the same structure for both.
  2. There is a new TypeInfo class which is used to drive serialization of pre-defined types. This should improve code quality and performance in the most common scenarios.

The next release will be a breaking change to move off ISerialize to ISerialize<T> entirely. This is a transitional release where both interfaces stay around.

Full Changelog: v0.5.2...v0.6.0