Skip to content

1.2.0

Compare
Choose a tag to compare
@z4kn4fein z4kn4fein released this 23 Jan 23:16
· 154 commits to main since this release

Added

  • New withoutSuffixes() extension for Version which makes a copy without the pre-release and build metadata identities.
  • Support for parsing loose versions.
  • Constraints are now recognizing the v prefix in conditions like: >=v1.2.

Fixed

  • During version incrementation the preRelease argument was not validated.