Skip to content

Releases: object-calisthenics/phpcs-calisthenics-rules

Released phpcs-calisthenics-rules 3.6 with PHP 7.2+

10 Nov 17:26
2af78d0
Compare
Choose a tag to compare

This release now requires PHP 7.2 as minimum version, since PHP 7.1 is going EOL in 2 weeks

Released Version 3.2

07 Apr 15:03
Compare
Choose a tag to compare

Changed

  • [#77] bump to Symplify 4, use EasyCodingStandardTester for tests

Released Version 3.1

19 Oct 19:10
Compare
Choose a tag to compare

Changed

  • bump squizlabs/php_codesniffer to ^3.1

  • #72 ECS setup simplifed

Released Version 2.0.1

01 Aug 07:22
Compare
Choose a tag to compare

Added

  • #70 Added composer plugin type, allows related composer installation Thank you @GaryJones

See full diff: v2.0.0...v2.0.1

Released Version 3.0

17 Jun 08:57
Compare
Choose a tag to compare

Added

Changed

Removed

Complete Diffs to Version 2.0

v3.0.0-RC3

13 Apr 21:22
Compare
Choose a tag to compare
v3.0.0-RC3 Pre-release
Pre-release
  • #59
    • make nicer README with examples, emojis and links to real configuration
    • fix missing rules
    • drop unused helper classes

Readme improvements, move #8 to unsupported (domain dependent)

10 Apr 05:42
Compare
Choose a tag to compare

Make rules less strict, usable and configurable, bump to CodeSniffer 3.0-*

10 Mar 15:22
Compare
Choose a tag to compare
git push origin masterMerge branch 'UFOMelkor-feature/fluent-interfac…

…e-detection'

Released version 2.0

12 Nov 17:41
Compare
Choose a tag to compare
  • bump to PHP 7
  • self testing enabled! #1
  • all up to now issues resolved
    • arguments missuse #7, #5
    • works with PHP_CodeSniffer ~2.4+ #10
    • PHPUnit runs just fine #14

v1.0.1 - Stable release for users

20 Aug 22:14
Compare
Choose a tag to compare

Fixed issues:

  • No autoloader configuration for OC rules
  • array_map() issue with error list to be displayed
  • Lack of documentation on how to activate for projects
  • If @var tag is wrong, it was breaking the phpcs execution
  • Fixed fatal error with phpcs being unable to instantiate abstract classes
  • Removed class docblock comments enforcement (for now) since it was heavily conflicting with Doctrine annotations