Releases: yellowfeather/DbfDataReader
Releases · yellowfeather/DbfDataReader
v0.9.0
What's Changed
- Bump DbfDataReader from 0.7.0 to 0.8.0 by @dependabot in #136
- Fix scenario where tostring on numeric value shows wrong answer by @kstrauss in #140
- Trim memo only if not null by @cjjohna in #143
- Support for "W"-type columns by @xyrus02 in #186
- Update DbfValueMemo.cs to use
TryParse
rather thanParse
. by @ndudas1 in #187 - Bump BenchmarkDotNet from 0.13.0 to 0.13.4 by @dependabot in #184
- Bump BenchmarkDotNet.Diagnostics.Windows from 0.13.0 to 0.13.5 by @dependabot in #188
- Bump Microsoft.NET.Test.Sdk from 16.10.0 to 17.4.1 by @dependabot in #181
- Bump CsvHelper from 27.1.1 to 30.0.1 by @dependabot in #180
- Bump xunit from 2.4.1 to 2.4.2 by @dependabot in #168
- Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 by @dependabot in #150
- Bump xunit.runner.visualstudio from 2.4.3 to 2.4.5 by @dependabot in #161
- Bump MinVer from 2.5.0 to 4.2.0 by @dependabot in #170
- Bump System.Memory from 4.5.4 to 4.5.5 by @dependabot in #164
New Contributors
- @kstrauss made their first contribution in #140
- @cjjohna made their first contribution in #143
- @xyrus02 made their first contribution in #186
- @ndudas1 made their first contribution in #187
Full Changelog: v0.8.0...v0.9.0
v0.8.0
- fixes reading of cells with null char value #61
- fixes handle null/empty string from BinaryReader.ReadString() #20 , #112
- fixes reading of negative currency values #62
- fixes reading of number columns with length > 10 #33 #98
- fixes reading character columns with length > 255 #67
- sets the encoding from the language driver in the DBF file #131
- targets net5.0
- bumps dependencies
v0.7.0
- adds net48 target framework
v0.6.0
- drops net461 target framework
- updates target framework to netstandard2.1
- uses ReadOnlySpan
v0.5.8
- adds implemention of GetSchemaTable to DbfDataReader
v0.5.7
- adds benchmarks
- improves performance by reading a record into memory
v0.5.6
0.5.5
- DbfDataReader now derives from IDbColumnSchemaGenerator (and supports GetColumnSchema())
- DbfColumn now derives from DbColumn
- renames DbfColumn.Name to ColumnName
- renames DbfColumn.Index to ColumnOrdinal