All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Nothing...
- GTIN variant of modulo-10 (
Modulo10Gtin
) for validating barcodes like EAN, UPC, JAN, ITF and ISBN.
- Requires php 7 and strict typing.
- Add a
.gitattributes
to prevent unneeded files from being included in composer installs.
- Integration testing of examples in README.md.
- Made
Modulo11::getWeight()
protected to support alternating implementations.
- Initial release.