Skip to content

Releases: NthPortal/v

v0.6.0

26 Apr 13:19
eb78a69
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

26 Apr 13:17
1048443
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

Release 0.4.0

19 Nov 00:08
d1f90be
Compare
Choose a tag to compare

Fix Ordering for SemVer (#59).

Add Ordering for Identifiers.PreRelease.

Release 0.3.2

14 Sep 00:22
f0ee693
Compare
Choose a tag to compare

Fix v artifact to publish a javadoc artifact containing the docs from all other.

This release does not affect code or binaries.

Release 0.3.1

14 Sep 00:20
be79e70
Compare
Choose a tag to compare

Fix v artifact to properly depend on all other artifacts, as intended.

This release does not affect code or binaries.

Release 0.3.0

13 Sep 21:35
249dbda
Compare
Choose a tag to compare

Add implicit Ordering for SemVer.

Add methods to obtain the next major, minor and patch
versions of a Core.

Remove string extractor from SemVer, for consistency
with other Version implementations.

Release 0.2.0

12 Sep 20:54
43854d8
Compare
Choose a tag to compare

Add support for representing SemVer versions.

Remove string extractor from VersionFactory, as it sometimes didn't compile in pattern matching in practice.

Release 0.1.1

12 Sep 20:58
c173913
Compare
Choose a tag to compare

Fix Scaladocs.

This release does not affect code or binaries.

Release 0.1.0

12 Sep 20:57
0adfb79
Compare
Choose a tag to compare

Initial release, with support for versions with fixed sizes 2, 3 and 4, and versions with arbitrary sizes.