Skip to content

Releases: worksome/coding-style

v2.3.1

28 Oct 11:10
640c1b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

28 Oct 10:26
d628133
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.3.0

v2.2.0

26 Oct 11:33
699dd01
Compare
Choose a tag to compare

What's Changed

  • feat: JIRA-7385 Enforce array unpacking instead of array_merge() by @owenvoke in #32

Full Changelog: v2.1.0...v2.2.0

v2.1.0

26 Oct 09:40
377029c
Compare
Choose a tag to compare

What's Changed

  • feat: JIRA-7386 Enforce Readonly properties when not written by @owenvoke in #31

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

v2.0.0

29 Sep 13:36
5b55c47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.0

v1.1.0

28 Sep 14:14
c98b8a2
Compare
Choose a tag to compare

What's Changed

  • chore: add support for retrieving skips by @owenvoke in #29

Full Changelog: v1.0.0...v1.1.0

v1.0.0

28 Sep 13:14
Compare
Choose a tag to compare

⚠️ This version contains a breaking change, you will now not run phpcsfixer and phpcs directly anymore, but will run it through ECS. A new generation is added to give you the needed ECS config to get quickly up and running. ⚠️

What's Changed

  • Change phpcs and phcsfixer to ECS instead

Upgrade guide

For upgrading to this new version you would need to use ECS instead. Simply rerun the composer generate-coding-style-stubs to get the new ECS stub file instead.

Once you have that we recommend you to replace the scripts with the following ones instead

"scripts": {
    "ecs": "vendor/bin/ecs",
    "ecs:fix": "vendor/bin/ecs --fix",
    "phpstan": "vendor/bin/phpstan analyse",
    "rector": "vendor/bin/rector process --dry-run --ansi",
    "rector:fix": "vendor/bin/rector process --ansi"
},

If you were running phpcs or phpcsfixer in CI, we recommend to replace this with composer ecs instead.
The performance is better and now only one tool is required

Full Changelog: v0.29.0...v1.0.0

v0.29.0

22 Sep 09:49
4398ca6
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump worksome/code-sniffer to ^1.0 by @owenvoke in #27

Full Changelog: v0.28.0...v0.29.0

v0.27.0

30 Aug 08:59
8b03870
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.26.0...v0.27.0

v0.26.0

25 Aug 16:18
6351cf7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.25.0...v0.26.0