Skip to content

Releases: yellowfeather/DbfDataReader

v1.1.0

04 Mar 20:07
41ded65

Choose a tag to compare

What's Changed

  • Validate day and month in UpdatedAt assignment to prevent invalid dates by @chrisrichards in #260
  • Add parameterless constructor to DbfDbConnection and update tests by @chrisrichards in #261
  • Enhance file path handling in DbfDbCommand and add tests for filename variations by @chrisrichards in #264
  • Refactor encoding handling in DbfDbConnection and DbfDbConnectionStri… by @chrisrichards in #263
  • Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 by @dependabot[bot] in #259

Full Changelog: v1.0.0...v1.1.0

v1.0.0

23 Feb 20:21

Choose a tag to compare

What's Changed

Package updates

New Contributors

Full Changelog: v0.9.0...v1.0.0

v0.9.0

12 Jun 21:39

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0

05 Jul 11:43

Choose a tag to compare

  • 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

19 Feb 21:26

Choose a tag to compare

  • adds net48 target framework

v0.6.0

19 Feb 17:52

Choose a tag to compare

  • drops net461 target framework
  • updates target framework to netstandard2.1
  • uses ReadOnlySpan

v0.5.8

18 Feb 22:21

Choose a tag to compare

  • adds implemention of GetSchemaTable to DbfDataReader

v0.5.7

18 Feb 20:18

Choose a tag to compare

  • adds benchmarks
  • improves performance by reading a record into memory

v0.5.6

16 Feb 17:49

Choose a tag to compare

  • bumps dependencies #65 #74 #87 #102
  • updates target frameworks to net461 and netstandard2.0 #48
  • updates file access permissions #77

0.5.5

16 Feb 14:59

Choose a tag to compare

  • DbfDataReader now derives from IDbColumnSchemaGenerator (and supports GetColumnSchema())
  • DbfColumn now derives from DbColumn
  • renames DbfColumn.Name to ColumnName
  • renames DbfColumn.Index to ColumnOrdinal