This project follows Semantic Versioning 2.0.0.
- Support for PHP 8.1
- Update
php-semver-checkerto v0.15.1 - Update
klaussilveira/gitterdependency
- Support for PHP 7.3, 7.4, 8.0
- Refactor SuggestCommand #27
- Replace travis-ci with GitHub actions
- Update
php-semver-checkerto v0.14.0
- Support for PHP 5.6, 7.0, 7.1 and 7.2
- Use of scrutinizer-ci during CI
- Remove dependency to herrera-io/phar-update in box.json
- Update composer outdated dependencies
- Remove the self-update command
- Add support for PHP 7.0/7.1/7.2 during parsing of files
- Update
php-semver-checkerto v0.11.0
- [#24] Invalid Version: v2.0.0BETA1 when parsing Symfony repository
- [#25] Invalid Version: [[]] when no tag can be found
- Update
php-semver-checkerto v0.10.0
- Update
php-semver-checkerto v0.9.1
- Update
php-semver-checkerto v0.8.1 - Pass an
InspectableArgvInputobject when callingApplication::run()
php-semver-checker-gitcan now be called fromvendor/bin/php-semver-checker-git- [#15] Read
php-semver-checker-git.yamlconfiguration file by default - [#17] Add configuration file support
- Update
php-semver-checkerto v0.8.0
- Update
php-semver-checkerto v0.7.0
- Update
php-semver-checkerto v0.6.3
- Support for includes/excludes through the command line options
- Console argument for source-before/after have been replaced with the
--include-before/--include-afteroptions
- Fix a minor issue where a
MINORwould be suggested instead of aPATCHfor version <1.0.0
- 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
- Replace PHPSemVerChecker
JSONReporterwith a PHPSemVerCheckerGITJSONReporter- Adds a before/after hash to the exported JSON
- Increased
xdebug.max_nesting_levelto 5000
- 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 target from the
comparecommand arguments
Initial release