Releases: FubarDevelopment/beanio-net
Releases · FubarDevelopment/beanio-net
Everything's new and shiny in the new year
Features
- Support for Nullable Reference Types
Changes
- Upgrade to NodaTime 3.1.10
Breaking changes
- Minimum target framework is
- .NET Framework 4.7.2
- .NET Standard 2.0
- .NET 6.0
- C++/CLI is only supported when using
PackageReference
instead ofpackages.config
v2.2.2
Added the ability to include templates for a RecordBuilder
or SegmentBuilder
.
v2.2.1
- Added missing documentation
- Fixed comment handling
- Better Nullable support
v2.2.0
- Added configuration to enable validation while marshalling
- New mapping schema
- New At() function for StreamBuilder
- Support for ICollection fields/properties
v.2.1.2
Added additional Load function that accepts a URI.
An example application is attached.