Skip to content

Releases: Automattic/phpcs-neutron-standard

v1.7.0

15 Feb 22:46
566ad70
Compare
Choose a tag to compare

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

25 May 22:08
ecfaff2
Compare
Choose a tag to compare

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

20 Nov 15:46
Compare
Choose a tag to compare

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

11 Sep 19:11
Compare
Choose a tag to compare

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

13 Jun 20:13
7f259cd
Compare
Choose a tag to compare

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

13 Jun 19:52
6673035
Compare
Choose a tag to compare

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

16 Mar 21:32
7491ee8
Compare
Choose a tag to compare

Changelog

  • Add LICENSE (#55)
  • Add RequireParenthesisSpacingSniff (#54)

v1.4.0

03 Mar 00:09
6bc8f84
Compare
Choose a tag to compare

Changelog

  • Add RequireNewlineBetweenFunctionsSniff (#53)

v1.3.0

27 Feb 23:48
818cd6a
Compare
Choose a tag to compare

Changelog

  • Disallow multiple spaces in assignments (#47)
  • Add fixing to DisallowMultipleNewlinesSniff (#51)
  • Add an isset to getEndOfFunctionPtr (#43)

v1.2.4

01 Feb 17:32
Compare
Choose a tag to compare

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!