Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Releases: vierbergenlars/php-semver

v3.0.4

02 May 06:46
ff2f5b3
Compare
Choose a tag to compare

What's Changed

  • chore: fix return type will change deprecation in PHP 8.1 by @bshaffer in #62

New Contributors

Full Changelog: v3.0.3...v3.0.4

Compatibility with PHP 8

18 Nov 11:19
0db3f31
Compare
Choose a tag to compare

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

Full Changelog: 3.0.2...v3.0.3

Compatibility with php 7.2

11 Jul 10:44
Compare
Choose a tag to compare

Replaces the vierbergenlars\LibJs\Object with JObject, because Object is a reserved classname in PHP 7.2

3.0.1: Compatiblity with PHP 7

02 May 19:37
Compare
Choose a tag to compare

Replaces the vierbergenlars\LibJs\String class with JString
Fixed bug #42

3.0.0: Test all getters on the version object

06 Aug 19:02
Compare
Choose a tag to compare

2.1.0: Tests from node-semver v1.1.5, typo fixes

20 Sep 10:44
Compare
Choose a tag to compare
  • Add tests that were added to node-semver upto v1.1.5 (#22, PR #25, PR #26)
  • Fix typos (PR #27, PR #28)

2.1.0-beta: Version expression improvements:

29 Jul 10:55
Compare
Choose a tag to compare
 - Fixed expressions like <=?[0-9]+.(x|[0-9]+)(.x)?
 - Immediately replace all wildcards when a version is entered

2.0.5

29 Jul 10:51
Compare
Choose a tag to compare

Fix bug #24