Releases: lloricode/check-digit
Releases · lloricode/check-digit
v4.0.0
What's Changed
- Bump aglipanci/laravel-pint-action from 2.3.0 to 2.3.1 by @dependabot[bot] in #4
- Bump codecov/codecov-action from 3 to 4 by @dependabot[bot] in #5
- Bump ramsey/composer-install from 2 to 3 by @dependabot[bot] in #6
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot[bot] in #7
- Bump codecov/codecov-action from 4 to 5 by @dependabot[bot] in #8
- Bump aglipanci/laravel-pint-action from 2.4 to 2.5 by @dependabot[bot] in #9
- Bump stefanzweifel/git-auto-commit-action from 5 to 6 by @dependabot[bot] in #10
- Bump aglipanci/laravel-pint-action from 2.5 to 2.6 by @dependabot[bot] in #11
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #12
- Drop PHP support below 8.3
- Drop support spatie/enum, use build-in php enum
Full Changelog: v3.0.1...v4.0.0
v3.0.1
- Allow using pest v2.
- Install phpstan.
- Fix issue using phpstan.
- Add
new()static function.
Full Changelog: v3.0.0...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