Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@alexanderkozlenko alexanderkozlenko released this 04 Dec 23:19

Breaking Changes

  • Target .NET 9 runtime for the library and C# 13 for the source generator

New Features

  • Added optional "skip" and "take" parameters for reading records using TabularData methods
  • Added support for writing records with partially-mapped fields using TabularWriter<T>
  • Added support for specifying format string in TabularGuidConverter
  • Added support for specifying initial pool capacity in TabularStringFactory
  • Added support for reading and writing values of System.Text.Rune type

Performance Improvements

  • Improved performance of reading and writing values in "base16" ("hex") encoding

Engineering

  • Improved source code generation for reading records with TabularReader<T>