Skip to content

Releases: 0x5eal/semver-luau

semver-luau 0.1.1

22 Nov 05:59
Compare
Choose a tag to compare

Added

  • Semver.new - Constructs a SemverImpl instance from an already parsed Version, allowing to make use of comparison operations and more
  • SemverImpl.__tostring - Implements the tostring metamethod to convert a parsed SemverImpl 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

12 Nov 16:21
316c665
Compare
Choose a tag to compare

Added

  • Initial library release.