Skip to content

semver-luau 0.1.1

Latest
Compare
Choose a tag to compare
@CompeyDev CompeyDev released this 22 Nov 05:59
· 71 commits to main since this release

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