Releases: lloricode/check-digit
Releases · lloricode/check-digit
v3.0.1
v3.0.0
What's Changed
- Add support for PHP 8.0.
- Replace PHP enum with spatie/enum.
- ⬆️ Bump actions/checkout from 2 to 4 by @dependabot in #2
- ⬆️ Bump actions/cache from 2 to 3 by @dependabot in #3
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v2.1.0...v3.0.0
v2.1.0
- Fix inconsistent format result
- Use laravel pint format
- Add test for PHP 8.3
Full Changelog: v2.0.0...v2.1.0
v2.0.0
- Drop support php8.0 to support php8.1 enums for better strict type checks.
Full Changelog: v1.1.0...v2.0.0
v1.1.0
- Use pestphp.
- Use
declare(strict_types=1)
. - Drop PHP 7 support.
- Format code style with PSR-12.
Full Changelog: v1.0.6...v1.1.0
v1.0.6
What's Changed
- Fixed the parameter type from int to string: validation error when s… by @bernardofm in #1
New Contributors
- @bernardofm made their first contribution in #1
Full Changelog: v1.0.5...v1.0.6
Add support for PHP8
v1.0.5 Add support for PHP 8
Update licence
v1.0.4 Update LICENSE.md
First Release
v1.0.0 Update README.md