Skip to content

Releases: Rayne/semantic-versioning.php

1.1.0

13 Feb 19:42
Compare
Choose a tag to compare

Please view the CHANGELOG.md file for the full release notes.

1.0.0

24 Jul 19:27
Compare
Choose a tag to compare

Please view the CHANGELOG.md file for the full release notes.

1.0.0-rc.3

22 Jul 16:55
Compare
Choose a tag to compare
1.0.0-rc.3 Pre-release
Pre-release

Please view the CHANGELOG.md file for the full release notes.

Added

  • CHANGELOG.md (inspired by Keep a CHANGELOG)
  • SemanticComparatorInterface
  • SemanticVersionInterface

Changed

  • SemanticComparator implements SemanticComparatorInterface
  • SemanticVersion implements SemanticVersionInterface
  • Updated to PHPUnit ~5.0
  • Switched to PSR2

Removed

  • Dropped official support for PHP < 5.6
  • Renamed NoSemanticVersionException to InvalidVersionException

1.0.0-rc.2

23 Dec 20:57
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release
Travis and Scrutinizer CI configuration

1.0.0-rc.1

23 Dec 20:57
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release
Initial commit