Skip to content

v0.7.0-preview2

Pre-release
Pre-release
Compare
Choose a tag to compare
@agocke agocke released this 31 Jul 02:43
· 11 commits to main since this release
5749189

What's Changed

Note: recreating release due to upload bug

This is a big change to the SerdeInfo surface area and usage. The primary change is to move from a single type, SerdeInfo, to an interface, ISerdeInfo. This also expands the set of capabilities for ISerdeInfo and lets it represent more kinds of types. There is some initial work at supporting unions, although unions must still be implemented manually (the source generator doesn't do it automatically).

Full Changelog: v0.7.0-preview1...v0.7.0-preview2