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-afteroptions
Fixed
- Fix a minor issue where a
MINORwould be suggested instead of aPATCHfor version <1.0.0
v0.3.0
Added
- Support for self-updating of the phar file through a new
SelfUpdateCommand - You can run the
suggestcommand and pass it a--tag=~1.0option (support semantic versioning constraints) - Display on what the
suggestcommand result is based using the--detailsoption
Changed
- Replace PHPSemVerChecker
JSONReporterwith a PHPSemVerCheckerGITJSONReporter- Adds a before/after hash to the exported JSON
- Increased
xdebug.max_nesting_levelto 5000
v0.2.0
Added
- Filter source based on the list of modified files between two given commits
- Added
--to-jsonoption to the compare command - Added a
suggestcommand which will compare a semantic versioned tag against a commit - Allowed the
suggestcommand to run on detached HEAD by passing the--allow-detachedoption - Scanned files and time/memory tracking statistics
Removed
- Removed target from the
comparecommand arguments