Releases: worksome/coding-style
Releases · worksome/coding-style
Release list
v5.2.0
v5.1.0
v5.0.0
BREAKING CHANGES
-
The Rector config builder has been refactored. New usage is as below.
use Worksome\CodingStyle\WorksomeRectorConfig; return WorksomeRectorConfig::configure() ->withPaths([ __DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/config', ]);
What's Changed
- ci: pin GitHub actions by @owenvoke in #100
- chore(deps-dev): update to Pest 5.x by @owenvoke in #103
- feat!: update Rector config style by @owenvoke in #104
Full Changelog: v4.0.1...v5.0.0
v4.0.1
v4.0.0
BREAKING CHANGES
-
ECS has been updated to 13.2, and the config builder has been refactored. New usage is as below.
use Worksome\CodingStyle\WorksomeEcsConfig; return WorksomeEcsConfig::configure() ->withPaths([ __DIR__ . '/src', __DIR__ . '/tests', __DIR__ . '/config', ]);
What's Changed
- docs: Update PHP_CodeSniffer repository link by @rodrigoprimo in #97
- feat!: JIRA-17366 Update to ECS 13.2 by @owenvoke in #98
New Contributors
- @rodrigoprimo made their first contribution in #97
Full Changelog: v3.4.0...v4.0.0