Releases: Ariel-Rodriguez/sh-semversion-2
Releases · Ariel-Rodriguez/sh-semversion-2
v1.0.5
v1.0.3
v1.0.2
NPX compatible
- sh-semversion-2 now avialable in npx
v1.0.1
Bug fix
Add hyphen tests and codefix
- 1.0.0-0--0 < 1.0.0-0-0 < 1.0.0-0-1
- 0--1 < 0-1
v1.0.0
First release
Known issue:
Fail when comparing versions that contains hyphen at pre-release identifiers:
semver2.sh \
1.0.0-alpha-beta.1 \
1.0.0-alpha-beta.2
==> returns 0
Expected -1