|
| 1 | +# Changelog |
| 2 | + |
| 3 | +This project follows [Semantic Versioning 2.0.0](http://semver.org/). |
| 4 | + |
| 5 | +## <a name="unreleased"></a>Unreleased |
| 6 | + |
| 7 | +## <a name="v0.6.2"></a>v0.6.2 (2015-05-19) |
| 8 | +### Changed |
| 9 | +* [#60] [V032] Adding an interface is now a MINOR increment (was a MAJOR increment) |
| 10 | + |
| 11 | +## <a name="v0.6.1"></a>v0.6.1 (2015-05-03) |
| 12 | +### Changed |
| 13 | +* Use : instead of # to allow IDE's such as PHPStorm to link to the line of code |
| 14 | + |
| 15 | +### Fixed |
| 16 | +* [#56] Reporter will output a path/location for files that were removed |
| 17 | + |
| 18 | +## <a name="v0.6.0"></a>v0.6.0 (2015-05-03) |
| 19 | +### Changed |
| 20 | +* [#23] source-before/source-after arguments are now optional through --include-before/--include-after |
| 21 | +* [#45] Replaced File_Iterator with Symfony Finder |
| 22 | + |
| 23 | +## <a name="v0.5.0"></a>v0.5.0 (2015-05-02) |
| 24 | +### Added |
| 25 | +* [#3] Make operation impact level configurable |
| 26 | +* [#25] Display property visibility in compare report |
| 27 | +* [#26] Display method visibility in compare report |
| 28 | +* [#32] Generate output in JSON |
| 29 | +* Added support for self-updating the .phar file |
| 30 | + |
| 31 | +### Fixed |
| 32 | +* Function target would output namespace\function::function instead of namespace\function |
| 33 | + |
| 34 | +## <a name="v0.4.1"></a>v0.4.1 (2015-01-15) |
| 35 | +### Removed |
| 36 | +* Pre-processing progress message |
| 37 | + |
| 38 | +## <a name="v0.4.0"></a>v0.4.0 (2015-01-15) |
| 39 | +### Added |
| 40 | +* Source filtering, which greatly improves scanning a large code repository. |
| 41 | + |
| 42 | +## <a name="v0.3.0"></a>v0.3.0 (2015-01-14) |
| 43 | +### Added |
| 44 | +* [#5] Semantic versioning on class/trait properties |
| 45 | + |
| 46 | +### Changed |
| 47 | +* Improvement to the `box.json` configuration to enable compactors and compression |
| 48 | + |
| 49 | +## <a name="v0.2.0"></a>v0.2.0 (2015-01-14) |
| 50 | +### Added |
| 51 | +* [#17] Initial implementation of codes to identify verification rules |
| 52 | +* Support for building `phar` |
| 53 | + |
| 54 | +#### Rules |
| 55 | +* [#7] Adding private class/trait methods should generated a PATCH level. |
| 56 | +* Adding/Removing traits public/protected method should generate a MAJOR level. |
| 57 | +* Adding public/protected class methods should generate a MAJOR level. |
| 58 | +* [#10] Adding methods to an interface should generate a MAJOR |
| 59 | + |
| 60 | +## <a name="v0.1.0"></a>v0.1.0 (2015-01-11) |
| 61 | + |
| 62 | +Initial release |
0 commit comments