Releases: biblys/isbn
Releases · biblys/isbn
2.3.0
This version introduces a new public API with seven new static methods:
- Isbn::validateAsIsbn10
- Isbn::validateAsIbsn13
- Isbn::validateAsEan13
- Isbn::convertToIsbn10
- Isbn::convertToIsbn13
- Isbn::convertToEan13
- Isbn::convertToGtin14
See README for details.
This version sets as deprecated four legacy methods:
- Isbn->isValid
- Isbn->getErrors
- Isbn->validate
- Isbn->format
These methods will trigger a deprecated notice when but will be supported until the next major (3.0) release.
See Methods deprecated in 2.3.0 on how to upgrade your existing implementation.
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
- Updated dependencies
- Updated ISBN ranges
- Improved docs (@Dispositif)
- Added late static bindings in Isbn class (@Dispositif)