Skip to content

Releases: c0shea/IdParser

v4.1.2

17 Jul 01:31
Compare
Choose a tag to compare
  • Skip first subfile record if it's empty and add test for Colorado 2013 license (fix #33)

v4.1.1

18 Feb 04:02
Compare
Choose a tag to compare
  • Improve parsing of suffixes and multiple middle names
  • Add support for Alberta license
  • Add additional license tests

v4.1

17 Dec 02:52
Compare
Choose a tag to compare

Add net45 target

v4.0.1

04 Jun 03:35
Compare
Choose a tag to compare

Fix #25 and #26

v4.0

11 Mar 22:20
Compare
Choose a tag to compare

This is a big release with a number of changes, a few of which are breaking. Most notably, parsing has been separated from the IdentificationCard and DriversLicense POCOs to keep them implementation-free. Many tests have been added for various licenses to ensure parsing works for as many jurisdictions as possible.

See the v4 milestone for more details.

v3.0.4

11 Feb 02:40
Compare
Choose a tag to compare
  • Remove trailing zeros from US postal codes (see #5)
  • Fix dates that don't follow the standard (see #4)

v3.0.3

01 Oct 20:09
Compare
Choose a tag to compare
  • Trim whitespace from name parts and replace empty string with null
  • Remove formatting from PostalCode since FormattedPostalCode does the work
  • Add Florida test license

v3.0.2

12 Sep 02:36
Compare
Choose a tag to compare
  • Upgrade to netstandard 2.0
  • Fix test project and add more asserts
  • Fix bug where parsing sex would throw an exception since older versions may use M/F instead of 0/1
  • Add description and abbreviation to countries
  • Add EyeColor and HairColor enums, which will become the default in a future breaking change (next major release)

v3.0.2-beta

10 Sep 17:05
Compare
Choose a tag to compare
v3.0.2-beta Pre-release
Pre-release
  • Upgrade to netstandard 2.0
  • Fix test project and add more asserts
  • Fix bug where parsing sex would throw an exception since older versions may use M/F instead of 0/1
  • Add description and abbreviation to countries
  • Add EyeColor and HairColor enums, which will become the default in a future breaking change (next major release)

v3.0.1

01 Sep 03:34
Compare
Choose a tag to compare
  • Add client application back
  • Add additional header fix
  • Fix New Hampshire abbreviation bug
  • Enhance date parsing to try both formats in case the jurisdiction didn't conform to the standard