All notable changes to check-digit
will be documented in this file
- Allow using pest v2.
- Install phpstan.
- Fix issue using phpstan.
- Add
new()
static function.
- Add support for PHP 8.0.
- Replace PHP enum with spatie/enum.
- Fix inconsistent format result.
- Use laravel pint format.
- Add test for PHP 8.3.
- Drop support php8.0 to support php8.1 enums for better strict type checks.
- Use pestphp.
- Use
declare(strict_types=1)
. - Drop PHP 7 support.
- Format code style with PSR-12.
- Fixed the parameter type from int to string: validation error when starts with zeroes.
- Add support for PHP8.
- Update licence.
- Fix psalm.
- Set public constant ID_KEY_FORMATS_LENGTH.
- Use constructor to initialise parameters.
- initial release.