This repository has been archived by the owner on May 2, 2023. It is now read-only.
Releases: vierbergenlars/php-semver
Releases · vierbergenlars/php-semver
v3.0.4
Compatibility with PHP 8
What's Changed
- [TASK] Updates Autoloading to match when required from other libraries/tools by @tomasnorre in #55
- Migrate master from Travis-CI to GitHub Actions by @mdio in #58
- Add PHP 8.0 compatibility, fix iterating JSArray by @mdio in #59
New Contributors
- @tomasnorre made their first contribution in #55
Full Changelog: 3.0.2...v3.0.3
Compatibility with php 7.2
Replaces the vierbergenlars\LibJs\Object
with JObject
, because Object
is a reserved classname in PHP 7.2
3.0.1: Compatiblity with PHP 7
Replaces the vierbergenlars\LibJs\String
class with JString
Fixed bug #42
3.0.0: Test all getters on the version object
Prevent stuff like in #32
2.1.0: Tests from node-semver v1.1.5, typo fixes
2.1.0-beta: Version expression improvements:
- Fixed expressions like <=?[0-9]+.(x|[0-9]+)(.x)? - Immediately replace all wildcards when a version is entered