All Versions
21
Latest Version
Avg Release Cycle
96 days
Latest Release
1801 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v0.7.0 Changes
January 23, 2016โ Added
- ๐ Support for configuration in php, ini, xml, json and yaml through hassankhan/config
๐ Changed
- โก๏ธ Update nikic/php-parser dependency to use ~1.3
-
v0.6.3 Changes
June 18, 2015๐ Changed
- Depend on symfony/console ~2.7 instead of 2.7.*@dev since it is now Symfony's LTS
- โก๏ธ Update V018 and V021 level from MINOR to PATCH
- โก๏ธ Update V059 level from PATCH to MAJOR
๐ Fixed
- [#62] PHP Notice for an Unknown operation
-
v0.6.2 Changes
May 19, 2015๐ Changed
- [#60] [V032] Adding an interface is now a MINOR increment (was a MAJOR increment)
-
v0.6.1 Changes
May 03, 2015๐ Changed
- ๐ Use : instead of # to allow IDE's such as PHPStorm to link to the line of code
๐ Fixed
- ๐ [#56] Reporter will output a path/location for files that were removed
-
v0.6.0 Changes
May 03, 2015๐ Changed
- [#23] source-before/source-after arguments are now optional through --include-before/--include-after
- [#45] Replaced File_Iterator with Symfony Finder
-
v0.5.0 Changes
May 02, 2015โ Added
- ๐ง [#3] Make operation impact level configurable
- [#25] Display property visibility in compare report
- [#26] Display method visibility in compare report
- [#32] Generate output in JSON
- โ Added support for self-updating the .phar file
๐ Fixed
- Function target would output namespace\function::function instead of namespace\function
-
v0.4.1 Changes
January 15, 2015 -
v0.4.0 Changes
January 15, 2015 -
v0.3.0 Changes
January 14, 2015โ Added
- [#5] Semantic versioning on class/trait properties
๐ Changed
- ๐ Improvement to the
box.json
configuration to enable compactors and compression
-
v0.2.0 Changes
January 14, 2015โ Added
- [#17] Initial implementation of codes to identify verification rules
- ๐ Support for building
phar
Rules
- [#7] Adding private class/trait methods should generated a PATCH level
- โ Adding/Removing traits public/protected method should generate a MAJOR level
- โ Adding public/protected class methods should generate a MAJOR level.
- [#10] Adding methods to an interface should generate a MAJOR