Releases: c0shea/IdParser
Releases · c0shea/IdParser
v4.1.2
v4.1.1
v4.1
v4.0.1
v4.0
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
v3.0.3
v3.0.2
- 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
- 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)