Releases: jitbit/CsvExport
Releases · jitbit/CsvExport
2.2.0
What's Changed
- Add MIT license file by @peevees in #31
- Fixed separator escaping, #28
- Pattern matching for code readability
- Performance improvements. Reflection cache, Moved tests to NET 8
- HUGE: Minimized memory allocations when writing large strings
- Added more tests
New Contributors
Full Changelog: 2.0.1...2.2.0
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