Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-21 | feat+fix(Version): make comparsion FlexVer-compatible | flow | |
... and fixes a minor issue in the parsing. This changes the expected behavior of Versions in one significant way: Now, Versions like 1.2 or 1.5 evaluate to LESS THAN 1.2.0 and 1.5.0 respectively. This makes sense for sorting versions, since one expects the versions without patch release to 'contain' the ones with, so the ones without should be evaluated uniformily with the ones with the patch. Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-20 | feat(tests): add FlexVer test vector to the Version tests | flow | |
Signed-off-by: flow <flowlnlnln@gmail.com> | |||
2023-01-19 | feat: add debug printing for Version | Rachel Powers | |
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> | |||
2022-09-11 | refactor: restructure tests | Sefa Eyeoglu | |
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net> |