Skip to content

Latest commit

 

History

History
130 lines (101 loc) · 4.79 KB

CHANGELOG.md

File metadata and controls

130 lines (101 loc) · 4.79 KB

Changelog

This project follows Semantic Versioning 2.0.0.

Unreleased

v0.8.1 (2021-12-30)

Full Changelog

Added

  • Support for PHP 8.1

Changed

  • Update php-semver-checker to v0.15.1
  • Update klaussilveira/gitter dependency

v0.8.0 (2020-12-17)

Full Changelog

Added

  • Support for PHP 7.3, 7.4, 8.0

Changed

  • Refactor SuggestCommand #27
  • Replace travis-ci with GitHub actions
  • Update php-semver-checker to v0.14.0

Removed

  • Support for PHP 5.6, 7.0, 7.1 and 7.2
  • Use of scrutinizer-ci during CI

v0.7.1 (2018-02-08)

Full Changelog

Changed

  • Remove dependency to herrera-io/phar-update in box.json

v0.7.0 (2018-02-08)

Full Changelog

Changed

  • Update composer outdated dependencies

Removed

  • Remove the self-update command

v0.6.0 (2017-12-09)

Full Changelog

Added

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

Changed

  • Update php-semver-checker to v0.11.0

v0.5.4 (2017-01-21)

Full Changelog

Fixed

  • [#24] Invalid Version: v2.0.0BETA1 when parsing Symfony repository
  • [#25] Invalid Version: [[]] when no tag can be found

v0.5.3 (2016-05-13)

Full Changelog

Changed

  • Update php-semver-checker to v0.10.0

v0.5.2 (2016-02-11)

Full Changelog

Changed

  • Update php-semver-checker to v0.9.1

v0.5.1 (2016-01-23)

Full Changelog

Changed

  • Update php-semver-checker to v0.8.1
  • Pass an InspectableArgvInput object when calling Application::run()

v0.5.0 (2016-01-23)

Full Changelog

Added

  • php-semver-checker-git can now be called from vendor/bin/php-semver-checker-git
  • [#15] Read php-semver-checker-git.yaml configuration file by default
  • [#17] Add configuration file support

Changed

  • Update php-semver-checker to v0.8.0

v0.4.2 (2015-06-25)

Full Changelog

Changed

  • Update php-semver-checker to v0.7.0

v0.4.1 (2015-06-20)

Full Changelog

Changed

  • Update php-semver-checker to v0.6.3

v0.4.0 (2015-05-03)

Full Changelog

Added

  • Support for includes/excludes through the command line options

Removed

  • Console argument for source-before/after have been replaced with the --include-before/--include-after options

Fixed

  • Fix a minor issue where a MINOR would be suggested instead of a PATCH for version <1.0.0

v0.3.0 (2015-05-02)

Full Changelog

Added

  • Support for self-updating of the phar file through a new SelfUpdateCommand
  • You can run the suggest command and pass it a --tag=~1.0 option (support semantic versioning constraints)
  • Display on what the suggest command result is based using the --details option

Changed

  • Replace PHPSemVerChecker JSONReporter with a PHPSemVerCheckerGIT JSONReporter
    • Adds a before/after hash to the exported JSON
  • Increased xdebug.max_nesting_level to 5000

v0.2.0 (2015-01-25)

Full Changelog

Added

  • Filter source based on the list of modified files between two given commits
  • Added --to-json option to the compare command
  • Added a suggest command which will compare a semantic versioned tag against a commit
  • Allowed the suggest command to run on detached HEAD by passing the --allow-detached option
  • Scanned files and time/memory tracking statistics

Removed

  • Removed target from the compare command arguments

v0.1.0 (2015-01-23)

Initial release