Skip to content

Version 0.1.0-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@clpo13 clpo13 released this 30 Apr 19:14
· 19 commits to master since this release
v0.1.0-alpha
ca1032c

Initial alpha release of Vinnie. This release is incomplete and intended for testing VIN parsing, particularly for getting model years.

What works:

  • Detecting if a VIN is valid by calculating its check digit
  • Parsing a VIN into its constituent parts:
    • world manufacturer identifier
    • vehicle attributes
    • check digit
    • vehicle identifier section
  • Converting the model year code to a 4-digit year

What doesn't work:

  • Converting attributes other than the model year to a human-readable format