|
| 1 | +# Changelog |
| 2 | + |
| 3 | +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) |
| 4 | +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
| 5 | + |
| 6 | +## [2.0.0] - 2017-12-18 |
| 7 | +### Added |
| 8 | +- `MO4.Arrays.ArrayDoubleArrowAlignment` |
| 9 | +- `MO4.Arrays.MultiLineArray` |
| 10 | +- `Generic.Arrays.ArrayIndent` |
| 11 | +- `Squiz.WhiteSpace.OperatorSpacing` |
| 12 | +- The behaviour of `MO4.Formatting.AlphabeticalUseStatements` can be configured with the property `order`. |
| 13 | + Possible values are: `dictionary`, `string`, `string-locale` or `string-case-insensitive`. |
| 14 | +- Static code analysis with PHPStan. |
| 15 | +- Various cloud based code quality tools like: Scrutinizer CI, codecov.io, ... |
| 16 | + |
| 17 | +### Changed |
| 18 | +- PHPCS version 3.2.0 or later is required. |
| 19 | +- Code complies to PHPCS coding standard version 3.2.0. |
| 20 | +- Default ordering of `MO4.Formatting.AlphabeticalUseStatements` is now `dictionary` instead of `string`. |
| 21 | +- Updates and fixes for class documentation. |
| 22 | +- Improve testing and code coverage. |
| 23 | +- Unknown test files will not trigger wrong type exceptions anymore, but report decent error messages with `RuntimeException`. |
| 24 | +- Many fixes and stability improvements. |
| 25 | + |
| 26 | +### Removed |
| 27 | +- `MO4.Formatting.ArrayAlignmentUnit` |
| 28 | + - replaced by `MO4.Arrays.ArrayDoubleArrowAlignment` and `MO4.Arrays.MultiLineArray`. |
| 29 | +- `MO4.Formatting.UseArrayShortTag` |
| 30 | + - replaced by `Generic.Arrays.DisallowLongArray`. |
| 31 | +- Dead code from `MO4.Strings.VariableInDoubleQuotedString`. |
| 32 | + |
| 33 | +## [1.0.0] - 2017-11-20 |
| 34 | +### Changed |
| 35 | +- MO4 coding standard can be installed as composer package and is released on packagist.org. |
| 36 | +- Replaced underlying Symfony coding standard. |
| 37 | +- PHPCS 3.0 or later is required. |
0 commit comments