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.3translates to0.3.*) - Various integration tests for version constraint processing
Fixed
- #23: Tilde operator without patch level