Releases: 0x5eal/semver-luau
Releases · 0x5eal/semver-luau
semver-luau 0.1.1
Added
Semver.new
- Constructs aSemverImpl
instance from an already parsedVersion
, allowing to make use of comparison operations and moreSemverImpl.__tostring
- Implements the tostring metamethod to convert a parsedSemverImpl
instance to a semver string- Include internal GitHub action workflows for continuous integration and auto package publishing
- Include temporary
rokit.toml
as ad-hoc toolchain manager - Expanded test suite for newly implemented features
- Include various lune scripts for executing common tools
Fixed
- Invalid prerelease ordinal not returning an explicit error, but rather parsing in a lossy manner
semver-luau 0.1.0
Added
- Initial library release.