Skip to content

Releases: thisandagain/semver

v0.4.0

09 Feb 22:25

Choose a tag to compare

Update podspec

v0.3.1

09 Jun 19:00

Choose a tag to compare

v0.3.0

22 Mar 18:48

Choose a tag to compare

  • Added support for Mac OS X (@kattrali)
  • Updated project settings for XCode 5.1

v0.2.2

12 Mar 18:33

Choose a tag to compare

  • Prep for 64-bit and XCode 5.1 support

v0.2.1

09 Jul 04:39

Choose a tag to compare

  • Resolve compiler issues w/ -Weverything flag (@soffes)
  • Syntax changes to match Objective-C idioms (@soffes)
  • Strict xcconfig (@piemonte)
  • Static analysis patches

v0.2.0

09 Jul 01:39

Choose a tag to compare

  • Addition of class method semverWithString (@soffes)
  • Addition of compare method (@soffes)
  • Refactor of greaterThan and lessThan methods based on compare method (@soffes)

Initial release

08 Jul 03:09

Choose a tag to compare

Complete

  • All validity, eq, gt, and lt tests ported from node-semver are passing
  • Naive benchmarking test (1000 ops / X ms)

Known Issue

Some complex pre-release strings may not be sorted properly as the compare method on NSString does not account for multi-digit values, but is rather strictly alpha-numeric.

For example:
"v1.2.3-1.2.3.B.10.C" is currently not greater than "v1.2.3-1.2.3.B.5.C"