- This release adds extended support for UPC, especially the UPC-E format. (Fixes: 77, PR: 78)
- Parse 12-digit UPC-A. This is the same as GTIN-12, so it is strictly already supported.
- Parse 6-digit UPC-E, with implicit number system 0 and no check digit.
- Parse 7-digit UPC-E, with an explicit number system and no check digit.
- Parse 8-digit UPC-E, with an explicit number system and a check digit.
- Expand UPC-E to UPC-A.
- Suppress UPC-A to UPC-E, for the values where it is supported.
- The top-level parser has been slightly changed so that the first successful parse result from each parser is the result that is kept. E.g. if parsing a number that is both a valid GTIN-8 and UPC-E, the `gtin` field will contain the result of parsing it as GTIN-8, not the result of expanding the UPC-E result to a UPC-A (which is the same as GTIN-12) set in the `gtin` field.
If you're using Biip, please add yourself to the new [list of users](https://github.com/jodal/biip/wiki/Users)!