Commit graph

5 commits

Author SHA1 Message Date
ab6e993879 feat: implement tostring for SemverImpl
* `SemverImpl:__tostring` - Allows for stringifying a parsed semver instance
* Add TODO comment for future erroring for bad ordinal format
2024-11-21 17:20:48 +00:00
b3db2f858c
chore(tests): migrate parse_invalid to use official frktest package 2024-11-12 20:24:52 +05:30
6e18053e5a
chore(tests): migrate parse_valid to use official frktest package
Also removes `any` casts since https://github.com/itsfrank/frktest/issues/2 was resolved.
2024-11-12 20:23:51 +05:30
7f30ca3df6
chore(tests): migrate cmp test to use official frktest package 2024-11-12 20:22:17 +05:30
147a5dbd2a
chore: include test suites for library 2024-11-04 12:18:52 +05:30