All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
PRs and issues are linked, so you can find more about it. Thanks to ChangelogLinker.
- #94 Bump to PHP 7.2, Thanks to @TomasVotruba
- #92 Per Line -> Per Statement, Thanks to @afilina
v3.5.1 - 2019-05-15
- #89 Allow the usage of nette/utils ^3.0, Thanks to @jeromegamez
- #87 Update slevomat/coding-standard to version 5.0, Thanks to @jeroennoten
- #88 Add PHP 7.3 to Travis, Thanks to @jeroennoten
- #84 Bump dependencies, Thanks to @TomasVotruba
- #81 README: put examples with code right into README to prevent jumping to miss-located config anchors, Thanks to @TomasVotruba
v3.3.0 - 2018-07-22
- #80 Add
allowedClasses
toNoSetterSniff
, Thanks to @TomasVotruba
- #79 Bump composer versions, Thanks to @TomasVotruba
v3.2.1 - 2018-05-12
- #78 Decouple own config to allow importing the set, Thanks to @TomasVotruba
v3.2.0 - 2018-04-05
- #77 bump to Symplify 4, Thanks to @TomasVotruba
v3.1.0 - 2017-10-19
- #68 Replace example for Rule 2, Thanks to @roukmoute
- #71 Small typo fixes, Thanks to @noplanman
- #72 Cleanup and dependency updates, Thanks to @TomasVotruba
- #64 [tests] use AbstractSniffRunner, no custom; bump to CodeSniffer 3.0, Thanks to @TomasVotruba
- #58 Easy coding standard enabled + simplify and unite sniff structure + move rule 8 , Thanks to @TomasVotruba
- #51 Add minimal OneObjectOperatorPerLine config example, Thanks to @UFOMelkor
- #50 Add few tests, Thanks to @TomasVotruba
- #47 Make more sniff classes configurable, Thanks to @TomasVotruba
- #46 Make rules configurable, Thanks to @TomasVotruba
- #37 Ignore default keyword for switch/case, Thanks to @roukmoute
- #62 Bump to Codesniffer 3, Thanks to @TomasVotruba
- #63 Changed Composer package type to
phpcodesniffer-standard
, Thanks to @frenck - #65 Polishing before release, Thanks to @TomasVotruba
- #44 Cleanup README, bump to PHP 7.1, PHPUnit 6.0, drop unused code, Thanks to @TomasVotruba
- #49 Bump to Code Sniffer 3-RC, Thanks to @TomasVotruba
- #59 README: first changes, link to ruleset.xml settings, drop duplication, Thanks to @TomasVotruba
- #56 Fixed README, Thanks to @phux
- #55 Fixed error message for MaxNestingLevelSniff, Thanks to @phux
- #53 Fix False positive (OneObjectOperatorPerLine) for property access within a class, Thanks to @UFOMelkor
- #42 Class and function length: false positives, Thanks to @UFOMelkor
- #45 Drop rule 4, it is way too strict in practise, Thanks to @TomasVotruba