Skip to content

Releases: tomzx/php-semver-checker

v0.9.1

14 May 02:08

Choose a tag to compare

v0.9.1 Pre-release
Pre-release

Changed

  • Update dependency hassankhan/config from ~0.9 to ~0.10 to support .dist extensions.

v0.9.0

14 May 02:08

Choose a tag to compare

v0.9.0 Pre-release
Pre-release

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

14 May 02:07

Choose a tag to compare

v0.8.1 Pre-release
Pre-release

Fixed

  • [#75] InputMerger not merging options with defaults properly

v0.8.0

14 May 02:07

Choose a tag to compare

v0.8.0 Pre-release
Pre-release

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)

v0.7.0

23 Jan 06:29

Choose a tag to compare

v0.7.0 Pre-release
Pre-release

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

18 Jun 12:15

Choose a tag to compare

v0.6.3 Pre-release
Pre-release

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

18 Jun 11:57

Choose a tag to compare

v0.6.2 Pre-release
Pre-release

Changed

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

v0.6.1

18 Jun 11:57

Choose a tag to compare

v0.6.1 Pre-release
Pre-release

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

18 Jun 11:56

Choose a tag to compare

v0.6.0 Pre-release
Pre-release

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

02 May 21:22

Choose a tag to compare

v0.5.0 Pre-release
Pre-release

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