v0.7.0-preview2
Pre-release
Pre-release
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).
- Rename TypeInfo to SerdeInfo by @agocke in #180
- Include SerdeInfo for all members by @agocke in #182
- Move over to ISerdeInfo interface by @agocke in #183
- Rename ISerdeInfo methods by @agocke in #184
- Add TypeAttributes to ISerdeInfo by @agocke in #185
- Fix ThroughType attribute named arg by @agocke in #186
- Provide an error if the explicit wrapper is bad by @agocke in #187
- More SerdeInfo renames by @agocke in #190
Full Changelog: v0.7.0-preview1...v0.7.0-preview2