Skip to content

Releases: FubarDevelopment/beanio-net

Everything's new and shiny in the new year

03 Jan 09:56
Compare
Choose a tag to compare

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 of packages.config

v2.2.2

13 Jul 12:53
Compare
Choose a tag to compare

Added the ability to include templates for a RecordBuilder or SegmentBuilder.

v2.2.1

10 Jul 11:31
Compare
Choose a tag to compare
  • Added missing documentation
  • Fixed comment handling
  • Better Nullable support

v2.2.0

22 Jun 13:22
Compare
Choose a tag to compare
  • Added configuration to enable validation while marshalling
  • New mapping schema
  • New At() function for StreamBuilder
  • Support for ICollection fields/properties

v.2.1.2

20 Jun 16:36
Compare
Choose a tag to compare

Added additional Load function that accepts a URI.
An example application is attached.