Skip to content

Releases: jelly-beam/verl

v1.1.1

28 May 13:23
1481cd5
Compare
Choose a tag to compare

Fixes

  • dialyzer specs were fixed up via #21

v1.1.0

09 Apr 23:33
0d81c0c
Compare
Choose a tag to compare

Enhancements

The following helpers were added to ease use and provide brevity :

  • between/3
  • eq/2
  • gt/2
  • gte/2
  • lt/2
  • lte/2

v1.0.3

18 Feb 01:47
eccb8c8
Compare
Choose a tag to compare

v1.0.2

28 Jul 17:41
Compare
Choose a tag to compare

Fixes version identifier

v1.0.1

30 Jan 23:03
Compare
Choose a tag to compare
  • resolved edge case where a version might contain multiple hyphens in the pre which is a valid semver 2.0.

Complete and stable

13 Jan 22:21
cbcdce0
Compare
Choose a tag to compare
  • support for version comparisons
  • support for requirements parsing
  • support for requirements matching
  • stable API

Better exception handling

08 Jan 04:18
Compare
Choose a tag to compare

Granular exception handling.

v0.1.0

07 Jan 20:01
Compare
Choose a tag to compare

Introduce verl with support for semver parsing.