Releases: Seddryck/PocketCsvReader
Releases · Seddryck/PocketCsvReader
PocketCsvReader 2.14.0
What's Changed
- chore: bump NUnit from 4.3.0 to 4.3.1 by @dependabot in #61
- feat: undefined chars supported in configuration builders by @Seddryck in #62
Full Changelog: v2.13.0...v2.14.0
PocketCsvReader 2.13.0
What's Changed
Full Changelog: v2.12.0...v2.13.0
PocketCsvReader 2.12.0
What's Changed
- chore: bump NUnit from 4.2.2 to 4.3.0 by @dependabot in #56
- feat: expose the dialect as a read-only property by @Seddryck in #57
Full Changelog: v2.11.0...v2.12.0
PocketCsvReader 2.11.0
What's Changed
Full Changelog: v2.10.0...v2.11.0
PocketCsvReader 2.10.0
What's Changed
- chore: bump NUnit from 4.0.1 to 4.2.2 by @dependabot in #39
- chore: bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.12.0 by @dependabot in #40
- chore: bump DotNet.ReproducibleBuilds from 1.1.1 to 1.2.25 by @dependabot in #42
- chore: bump Moq from 4.20.70 to 4.20.72 by @dependabot in #41
- docs: setup website and first elements of documentation by @Seddryck in #45
- chore: bump webrick from 1.7.0 to 1.8.2 in /docs by @dependabot in #47
- chore: bump rexml from 3.3.6 to 3.3.9 in /docs by @dependabot in #46
- chore: bump CommunityToolkit.HighPerformance from 8.3.2 to 8.4.0 in /PocketCsvReader.Profiler by @dependabot in #48
- feat: support other methods than GetString in DataReader by @Seddryck in #50
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: v2.9.0...v2.10.0
PocketCsvReader 2.9.0
PocketCsvReader 2.8.0
PocketCsvReader 2.7.0
What's Changed
Full Changelog: v2.6.0...v2.7.0
PocketCsvReader 2.6.0
PocketCsvReader 2.5.0
What's Changed
- perf: switch to memory and prevent copy of buffer by @Seddryck in #21
- ci: versions are specified into assembly info by @Seddryck in #22
- fix: returns constant length array regardless of count of fields for the row by @Seddryck in #23
- perf: use ArrayPool for char[] allocations by @Seddryck in #24
- feat: option to async read-ahead during parsing by @Seddryck in #25
Full Changelog: v2.4.0...v2.5.0