Skip to content

Releases: lloricode/check-digit

v3.0.1

09 Oct 06:23
Compare
Choose a tag to compare
  • 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

09 Oct 02:29
Compare
Choose a tag to compare

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

Full Changelog: v2.1.0...v3.0.0

v2.1.0

09 Oct 01:13
Compare
Choose a tag to compare
  • 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

24 Nov 01:26
Compare
Choose a tag to compare
  • 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

24 Nov 00:53
Compare
Choose a tag to compare
  • 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

24 Nov 00:07
de1f1df
Compare
Choose a tag to compare

What's Changed

  • Fixed the parameter type from int to string: validation error when s… by @bernardofm in #1

New Contributors

Full Changelog: v1.0.5...v1.0.6

Add support for PHP8

23 Apr 02:40
65f4ae8
Compare
Choose a tag to compare
v1.0.5

Add support for PHP 8

Update licence

21 Oct 08:17
f8c7d92
Compare
Choose a tag to compare
v1.0.4

Update LICENSE.md

First Release

02 Sep 03:39
4ef0066
Compare
Choose a tag to compare
v1.0.0

Update README.md