- Refactored union support.
- Fixed no fields union case (de)serialization - not backward compatible.
- Added support for numeric types: byte, sbyte, int16, uint16, uint, uint64, bigint
- Added support for floating point single type
- Documentation cleanup
- Moved to Release build
- Moved to .NET Standard
- Added .NET Core support
- Added Transform for Uri type
- Fixed FSharp.Core dependency to allow newer versions
- Fix for tuples containing option types
- Support for char type
- Support for enums based on byte and char types
- Configurable enum mode
- Configurable unformatted setting
- Single case union as wrapped type
- Initial release