This project follows Semantic Versioning 2.0.0.
- Support for PHP 8.1
- Update
php-semver-checker
to v0.15.1 - Update
klaussilveira/gitter
dependency
- Support for PHP 7.3, 7.4, 8.0
- Refactor SuggestCommand #27
- Replace travis-ci with GitHub actions
- Update
php-semver-checker
to 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-checker
to 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-checker
to v0.10.0
- Update
php-semver-checker
to v0.9.1
- Update
php-semver-checker
to v0.8.1 - Pass an
InspectableArgvInput
object when callingApplication::run()
php-semver-checker-git
can now be called fromvendor/bin/php-semver-checker-git
- [#15] Read
php-semver-checker-git.yaml
configuration file by default - [#17] Add configuration file support
- Update
php-semver-checker
to v0.8.0
- Update
php-semver-checker
to v0.7.0
- Update
php-semver-checker
to 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-after
options
- Fix a minor issue where a
MINOR
would be suggested instead of aPATCH
for version <1.0.0
- 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
- Replace PHPSemVerChecker
JSONReporter
with a PHPSemVerCheckerGITJSONReporter
- Adds a before/after hash to the exported JSON
- Increased
xdebug.max_nesting_level
to 5000
- 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 target from the
compare
command arguments
Initial release