Skip to content

Releases: warehouseman/semver_shell

Provide an input validator function

26 Jun 00:20

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

Choose a tag to compare

Enhance (all) : Warns if invalid values

Signed-off-by: Martin H. Bramwell <martinhbramwell@gmail.com>

Apparently stable.

23 Jun 20:10

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

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

Choose a tag to compare

Pre-release
v0.1.0-beta.01

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