diff --git a/CHANGELOG.md b/CHANGELOG.md index 92acc33..0c932c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.13.0 (2020-12-03) +**Summary** - This change allows the original text making up a record to be viewed while parsing a file. The raw record contents will be accessible via the `IRecordContext` interface, which is available within the event args. + +I originally had some concerns regarding memory usage or performance impacts, but after profiling and benchmarking, no significant performance issues were detected. + ## 4.12.0 (2020-10-21) **Summary** - `FlatFileDataReader` not correctly ignoring ignored columns in several places. diff --git a/FlatFiles/FlatFiles.csproj b/FlatFiles/FlatFiles.csproj index 5091523..41caaf0 100644 --- a/FlatFiles/FlatFiles.csproj +++ b/FlatFiles/FlatFiles.csproj @@ -10,17 +10,17 @@ https://github.com/jehugaleahsa/FlatFiles.git git csv;comma;tab;separated;value;delimited;flat;file;fixed;width;fixed-width;length;fixed-length;parser;parsing;parse - FlatFileDataReader not correctly ignoring ignored columns in several places. + Add the ability to view the original text making up a record while processing the records. true FlatFiles.snk - 4.12.0 + 4.13.0 8.0 - 4.12.0.0 - 4.12.0.0 + 4.13.0.0 + 4.13.0.0 UNLICENSE.txt icon.png