Skip to content

Release 3.1.0

Compare
Choose a tag to compare
@theseer theseer released this 23 Feb 14:01
· 20 commits to master since this release
3.1.0

Changed

  • Internal Refactoring
  • More scalar types

Added

  • #24: Version::getOriginalString() added (Thanks @addshore)
  • Version constraints using the caret operator (^) now honor pre-1.0 releases, e.g. ^0.3 translates to 0.3.*)
  • Various integration tests for version constraint processing

Fixed

  • #23: Tilde operator without patch level