Skip to content

Releases: lloricode/check-digit

v4.0.0

31 Aug 06:35

Choose a tag to compare

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

09 Oct 06:23

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

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

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

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

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

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

Choose a tag to compare

v1.0.5

Add support for PHP 8

Update licence

21 Oct 08:17
f8c7d92

Choose a tag to compare

v1.0.4

Update LICENSE.md

First Release

02 Sep 03:39
4ef0066

Choose a tag to compare

v1.0.0

Update README.md