Skip to content

Releases: stickeeuk/canary

v4.0.0

04 Feb 11:53
Compare
Choose a tag to compare

4.0.0 (2025-02-04)

Features

  • The PHP CS Fixer config has been renamed to be compatible with Laravel Shift, so it should adhere to our code styles from now on.

  • rule change: the rule space_after_not_operator has been changed from one to none

  • chore(deps): update to latest PHP CS Fixer config

BREAKING CHANGES

  • Canary now bundles together tools as a metapackage and does not contain any commands or code of its own.

  • Canary should now be installed into the root directory, and not into tools/canary as was previously required.

  • chore(deps): update PHPStan and Rector to latest
    This includes the update of PHPStan from v2 to v3 and Rector from v1 to v2.

v3.2.0

26 Nov 15:37
Compare
Choose a tag to compare

3.2.0 (2024-11-26)

Features

v3.1.2

14 Aug 13:58
Compare
Choose a tag to compare

3.1.2 (2024-08-14)

Bug Fixes

  • rename AppServiceProvider to avoid collision (4c2ed04)

v3.1.1

19 Jul 15:49
Compare
Choose a tag to compare

3.1.1 (2024-07-19)

Bug Fixes

v3.1.0

19 Jul 10:54
f1f6e49
Compare
Choose a tag to compare

What's Changed

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

v3.0.0

03 May 11:34
eed7373
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.3...v3.0.0

v2.1.3

04 Jan 11:44
Compare
Choose a tag to compare

2.1.3 (2024-01-04)

Bug Fixes

  • rector config using outdated rules (be31b4e)
  • update Larastan config to org version and fix phpstan config to use it (1b38964)

v2.1.2

04 Dec 16:11
Compare
Choose a tag to compare

2.1.2 (2023-12-04)

Bug Fixes

  • PHP GitHub Actions workflow doesn't work with 'act' (3641ec7)

v2.1.1

25 Jul 15:57
Compare
Choose a tag to compare

2.1.1 (2023-07-25)

Bug Fixes

  • remove xdebug option added to Analyse command (453c403)

v2.1.0

20 Mar 14:19
Compare
Choose a tag to compare

2.1.0 (2023-03-20)

Features

  • Allow command specific options to be injected in - in this case, for disabling xDebug when present for PHPStan performance. (14e8d95)