You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Internal Refactoring
- More scalar types
- [#24](#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
- [#23](#23): Tilde operator
without patch level