Skip to content

Releases: warehouseman/semver_shell

Provide an input validator function

26 Jun 00:20
Compare
Choose a tag to compare

semverValidate() returns false if a good semver cannot be created from the input

Warns about invalid input

25 Jun 20:53
Compare
Choose a tag to compare
Enhance (all) : Warns if invalid values

Signed-off-by: Martin H. Bramwell <[email protected]>

Apparently stable.

23 Jun 20:10
Compare
Choose a tag to compare

This has had a few eyes on it and there are no outstanding issues.

Fixed problem with extension comparison

29 Sep 12:13
Compare
Choose a tag to compare
Pre-release
Fix where only one input has special extension.

A semver having a special extension must be greater than a semver which does not.

Everything seems to be working

24 Sep 13:05
Compare
Choose a tag to compare
Pre-release
v0.1.0-beta.01

Allow dot (.) in alphanumeric suffix.  Bash only.