Releases: jitbit/CsvExport
Releases · jitbit/CsvExport
2.0.1
- 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
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
- ExportToBytes less allocations and mem usage (3X less)
- performance improvements, less memory usage