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

Changelog History
Page 1

  • v0.14.0 Changes

    April 17, 2020

    Full Changelog

    โž• Added

    • ๐Ÿ‘ [#100] Add support for PHP 7.4

    โœ‚ Removed

    • โฌ‡๏ธ Drop support for PHP 5.6, 7.0, 7.1 and hhvm
  • v0.13.0 Changes

    March 09, 2019

    โž• Added

    • ๐Ÿ‘ [#99] Add support for class [V154], class method [V150, V156, V157, V151, V152, V158, V159], function [V160], interface [V153] and trait [V155] case change

    ๐Ÿ”„ Changed

    • โšก๏ธ Update V059 level from PATCH to MAJOR

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ [#94] PHP 7.1 nullable types not supported
  • v0.12.1 Changes

    February 24, 2018

    Full Changelog

    ๐Ÿ”„ Changed

    • โœ‚ Remove dependency to herrera-io/phar-update in box.json
  • v0.12.0 Changes

    February 08, 2018

    Full Changelog

    ๐Ÿ”„ Changed

    • โšก๏ธ Update composer outdated dependencies

    โœ‚ Removed

    • โœ‚ Remove the self-update command
  • v0.11.0 Changes

    December 09, 2017

    Full Changelog

    โž• Added

    • โž• Add support for PHP 7.0/7.1/7.2 during parsing of files

    ๐Ÿ”„ Changed

    • โšก๏ธ Update nikic/php-parser from ~2.0 to 3.1
    • โšก๏ธ Update all dependencies to use the caret instead of the tilde
  • v0.10.0 Changes

    May 14, 2016

    Full Changelog

    โž• Added

    • โž• Add support to check for function, class/interface/trait methods signature:
      • Parameter added/removed
      • Parameter typing added/removed
      • Parameter default added/removed
      • Parameter default value changed

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ [#83] Removing method default parameter value should generate MAJOR level entry
    • โšก๏ธ Update V018, V021 level from PATCH to MINOR
    • โšก๏ธ Update V059 level from MAJOR to PATCH
  • v0.9.1 Changes

    May 14, 2016

    Full Changelog

    ๐Ÿ”„ Changed

    • โšก๏ธ Update dependency hassankhan/config from ~0.9 to ~0.10 to support .dist extensions.
  • v0.9.0 Changes

    May 14, 2016

    Full Changelog

    ๐Ÿ”„ Changed

    • โšก๏ธ Update dependency tomzx/finder from ~0.1@dev to ~0.1.
    • โšก๏ธ Update dependencies symfony/console and symfony/yaml to support ~3.0.
    • โšก๏ธ Update dependency hassankhan/config from ~0.8 to ~0.9 to support symfony/yaml ~3.0.
    • โšก๏ธ [#79] Update nikic/php-parser from ~1.3 to ~2.0 to support PHP 7
  • v0.8.1 Changes

    May 14, 2016

    Full Changelog

    ๐Ÿ›  Fixed

    • ๐Ÿ”€ [#75] InputMerger not merging options with defaults properly
  • v0.8.0 Changes

    May 14, 2016

    โž• Added

    • php-semver-checker can now be called from vendor/bin/php-semver-checker
    • โž• Add ProgressScanner to manage progress of scan jobs (thanks to @nochso)
    • ๐Ÿ”ง [#67] Support CLI parameters in the configuration file (thanks to @nochso)