Skip to content
This repository has been archived by the owner on Jan 4, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (22 loc) · 768 Bytes

CHANGELOG.md

File metadata and controls

36 lines (22 loc) · 768 Bytes

Change Log

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning.

[Unreleased]

  • Nothing...

[2.1.0] - 2018-09-29

Added

  • GTIN variant of modulo-10 (Modulo10Gtin) for validating barcodes like EAN, UPC, JAN, ITF and ISBN.

[2.0.0] - 2017-12-05

Changed

  • Requires php 7 and strict typing.

[1.1.2] - 2016-08-18

Added

  • Add a .gitattributes to prevent unneeded files from being included in composer installs.

[1.1.1] - 2016-05-04

Added

  • Integration testing of examples in README.md.

[1.1.0] - 2016-03-02

Added

  • Made Modulo11::getWeight() protected to support alternating implementations.

[1.0.0] - 2015-01-26

  • Initial release.