Skip to content

Releases: vdurmont/semver4j

v3.1.0

13 Sep 19:11
Compare
Choose a tag to compare
  • Fix NPM loose comparisons (thanks @kmck)
  • Small javadoc fixes

v3.0.0

16 Aug 05:04
Compare
Choose a tag to compare
  • Drop java 6 support
  • Add withSuffix() and withBuild() fluent API (thanks @punkstarman)
  • Add pretty string representations for Range and Requirement (thanks @joschi)
  • Add equals() and hashCode() methods for Range and Requirement (thanks @joschi)
  • Exclude build number from comparison (thanks @astraia)
  • Fix isSatisfiedBy for loosely built requirements (thanks @sschuberth)

version 2.2.0

14 Dec 16:59
Compare
Choose a tag to compare

This is all @sschuberth huge thanks to him!

  • Requirement: Replace build* methods that take a Semver with a single one
  • Fix comparing loosely built requirements
  • Semver: Add isGreaterThanOrEqual() and isLowerThanOrEqual() methods
  • Set a testSource and testTarget in the Maven config
  • Fix coverage reporting to Coveralls

version 2.1.0

28 Oct 16:52
Compare
Choose a tag to compare
  • Add support for hyphen signs in build and pre release section (thanks @KristianShishoev)
  • Fix a javadoc mistake (thanks @sschuberth)
  • Add method Semver#toStrict() to normalize to strict SemVer (thanks @rykov)

version 2.0.3

30 Jul 17:42
Compare
Choose a tag to compare
  • Make Semver.toString return the same thing as Semver.getValue

version 2.0.2

09 Feb 16:44
Compare
Choose a tag to compare
  • Handle prerelease conditions in ranges
  • Fix invalid operator priority

version 2.0.1

13 Mar 22:38
Compare
Choose a tag to compare

Fix ranges support for versions with a suffix token

version 1.1.0

11 Sep 02:16
Compare
Choose a tag to compare

Add support for Ivy (gradle)

version 1.0.1

21 Aug 16:45
Compare
Choose a tag to compare

Bug fix on Semver#satisfies(String) with CocoaPods

version 1.0.0

21 Aug 02:11
Compare
Choose a tag to compare

The main addition is the support for Cocoapods.

The library seems mature enough to release the first stable version 🚀 👍 😄