Skip to content

Releases: worksome/coding-style

v2.1.0

26 Oct 09:40
377029c

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

Choose a tag to compare

What's Changed

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

v1.1.0

28 Sep 14:14
c98b8a2

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

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

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

Choose a tag to compare

What's Changed

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

v0.26.0

25 Aug 16:18
6351cf7

Choose a tag to compare

What's Changed

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

v0.25.0

22 Aug 08:04
9f7b60f

Choose a tag to compare

What's Changed

Full Changelog: v0.24.1...v0.25.0

v0.24.1

25 Jul 09:58
d695534

Choose a tag to compare

What's Changed

Full Changelog: v0.24.0...v0.24.1

v0.24.0

25 Jul 09:43
12315ce

Choose a tag to compare

What's Changed

  • feat: JIRA-6317 Add SpaceInGenerics fixer by @owenvoke in #21

Full Changelog: v0.23.0...v0.24.0