Skip to content

Releases: usethesource/capsule

v0.4.0

30 Jun 22:20
Compare
Choose a tag to compare

API changes:

  • adding findFirst() to Sets, for unboxing singleton sets
  • adding factory methods for binary relation type
  • defaulting to JDK's Optional

Other changes:

  • major changes in PersistentTrieSetMultimap
  • new base classes for code sharing between multi-maps
  • preliminary serialisation support (unstable and incomplete)

v0.3.2

30 Jun 22:01
Compare
Choose a tag to compare

Bugfix release. Adds a missing equals implementation of the multi-map's hash collision node.

v0.3.1

30 Jun 21:59
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

v.0.3.1 was released with a semantically wrong version number is therefore obsolete.
It was re-released as v0.4.0.

v0.3.0

03 Mar 10:39
Compare
Choose a tag to compare
  • restructuring of APIs: data types such as Set now have nested Set.Immutable and Set.Transient interfaces.
  • preliminary support of set multi-map data type and binary relations.

v0.2.1

25 Aug 15:24
Compare
Choose a tag to compare

Re-release under BSD 2-Clause License open source license.