Skip to content

3.0.0 β 5

Pre-release
Pre-release
Compare
Choose a tag to compare
@KyLeggiero KyLeggiero released this 12 Oct 00:34
adcdc08

This first beta addresses some issues regarding the concept of a semantic version:

Breaking changes

  • PATCH is now required (#5)
  • All non-build identifiers now reject leading zeroes (#14)
  • Removed support for Swift 4 (#17)
  • Enforced that a semantic version (excluding extensions) only increases normally (#25)

Other changes

  • Updated license to BH-1-PS Opus 3 (#4)
  • Completed documentation (#6)
  • Fixed problems with the comparison operator (#7; #24)
  • Now supports iOS, tvOS, & watchOS (#20)
  • Added Codable support (#27)
  • Added support for fuzzy equality (#29)