All notable changes to PullStream.Csv project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Nothing to write yet
2.0.1 - 2021-06-15
- Fixes changelog link in NuGet package
2.0.0 - 2021-06-15
- Now NuGet package targets only netstandard2.0 (there used to be netstandard2.0 and netstandard2.1) #48
- Use ChunkOutput from PullStream package instead of custom CsvRow #31
- Now NuGet package references PullStream package of minimal verision 1.2.1 (there used to be 1.2.0)
1.0.1 - 2021-06-14
- Validate all arguments of public methods #30
1.0.0 - 2021-04-30
- Package version
0.1.0 - 2021-04-30
- Csv stream #8