FEATURES:
- Add
Prerelease
function toConstraint
to return true if the version includes a prerelease field (#100)
FEATURES:
- Use
encoding
TextMarshaler
&TextUnmarshaler
instead of JSON equivalents (#95) - Add JSON handlers to allow parsing from/to JSON (#93)
FEATURES:
Please note that CHANGELOG.md does not exist in the source code prior to this release.
FEATURES:
- Add
Core
function to return a version without prerelease or metadata (#85)
BUG FIXES:
- Prevent
Version.Equal
method from panicking onnil
encounter (#73)
FEATURES:
- Add
GreaterThanOrEqual
andLessThanOrEqual
helper methods (#53)
FEATURES:
- Add
NewSemver
constructor (#45)
Initial release.