Skip to content

Releases: jitbit/CsvExport

2.0.1

06 Jun 09:39
Compare
Choose a tag to compare
  • Added "ExportAsMemoryStream" (use this overload when returning files in ASP.NET to prevent extra byte-array allocations)
  • Less allocations in file export

Full Changelog: 2.0.0...2.0.1

2.0.0

16 Mar 17:46
Compare
Choose a tag to compare

Non-beta

What's Changed

  • Custom Encoding
  • NET Standard library, no more file-inclusion nonsense (so we can now add unit tests, benchmarks, CI/CD via Github actions etc)
  • 2.5x less memory usage
  • Added unit tests

Full Changelog: 1.0.3...2.0.0

1.0.3

04 Oct 09:56
Compare
Choose a tag to compare
  • ExportToBytes less allocations and mem usage (3X less)
  • performance improvements, less memory usage