Releases: Automattic/phpcs-neutron-standard
Releases · Automattic/phpcs-neutron-standard
v1.7.0
Changelog
- Update dev dependencies to latest versions #79
- Fix unpredictable cache in CI and validate Composer config #83
- Support PHP 8.0 and modernize TravisCI configuration #86
v1.6.0
Changelog
- Add maxFunctionLines as option on LongFunctionSniff (#77)
- Add linting to CI (#80)
- Check for proper whitespaces for function return types (#82) (props @hambai)
- Fix unused return type for generators (#78) (props @yoavf)
v1.5.4
Changelog
Just a minor bugfix release which prevents the test fixtures from breaking linters if you are including them in another app.
v1.5.3
Changelog
- Build: rename the config files (#70)
- Require php 7.x only (#68)
- Add autoload to composer.json (#67)
- composer: add PHP version (#66)
v1.5.2
Just a further update to v1.5.1 to allow supporting both phpcs 3.2 and 3.3 (pinned dev-dependency is now at 3.3).
v1.5.1
This is a bug fix release. Previously we did not pin the minor version of phpcs, but #62 shows that this is not a good idea. If you installed this package since phpcs 3.3 was released, the typehint sniffs won't work. #63 pins the version going forward.
v1.5.0
Changelog
- Add LICENSE (#55)
- Add RequireParenthesisSpacingSniff (#54)
v1.4.0
Changelog
- Add RequireNewlineBetweenFunctionsSniff (#53)
v1.3.0
Changelog
- Disallow multiple spaces in assignments (#47)
- Add fixing to DisallowMultipleNewlinesSniff (#51)
- Add an isset to getEndOfFunctionPtr (#43)
v1.2.4
Changelog
- TypeHintSniff: fix return evaluation issues (#41) Props @gmazzap!
- Tests: Fix multiple-case fixtures (#39)
- Tests: include top-level comment in InterfaceOnlyFixture (#38)
- RequireStrictTypesSniff: Ignore comments detecting interface-only files (#37) Props @gmazzap!