All Versions
21
Latest Version
Avg Release Cycle
96 days
Latest Release
1801 days ago

Changelog History
Page 2

  • v0.7.0 Changes

    January 23, 2016

    Full Changelog

    โž• 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

    Full Changelog

    ๐Ÿ”„ 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

    Full Changelog

    ๐Ÿ”„ Changed

    • [#60] [V032] Adding an interface is now a MINOR increment (was a MAJOR increment)
  • v0.6.1 Changes

    May 03, 2015

    Full Changelog

    ๐Ÿ”„ 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

    Full Changelog

    ๐Ÿ”„ 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

    Full Changelog

    โž• 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

    Full Changelog

    โœ‚ Removed

    • Pre-processing progress message
  • v0.4.0 Changes

    January 15, 2015

    Full Changelog

    โž• Added

    • Source filtering, which greatly improves scanning a large code repository
  • v0.3.0 Changes

    January 14, 2015

    Full Changelog

    โž• 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

    Full Changelog

    โž• 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