Skip to content

Releases: tomzx/php-semver-checker-git

v0.4.2

14 May 02:26
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Changed

  • Update php-semver-checker to v0.7.0

v0.4.1

21 Jun 03:09
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Changed

  • Update php-semver-checker to v0.6.3

v0.4.0

18 Jun 12:14
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

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

02 May 21:23
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

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

25 Jan 12:11
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

25 Jan 10:48
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release