Releases: tomzx/php-semver-checker-git
Releases · tomzx/php-semver-checker-git
v0.4.2
v0.4.1
v0.4.0
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 aPATCH
for version <1.0.0
v0.3.0
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 PHPSemVerCheckerGITJSONReporter
- Adds a before/after hash to the exported JSON
- Increased
xdebug.max_nesting_level
to 5000
v0.2.0
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