Skip to content

Releases: leventov/Koloboke

Koloboke Compile 0.5.1

31 May 04:05
Compare
Choose a tag to compare
  • Fix bugs with generating implementations for classes and interfaces, located in the default package
  • Fix bugs with generating classes which involve nested classes as generic parameters
  • Improved error message when abstract method couldn't be found in Map or Set model
  • Incorporated the annotations dependency into koloboke-compile.jar

Javadocs

Download JAR: compile.jar

Koloboke Compile 0.5

30 May 15:34
Compare
Choose a tag to compare

Initial release.

Javadocs

Download JAR: compile.jar

Dependency: annotations.jar

Koloboke Collections API & Implementation Library 1.0.0

30 May 15:22
Compare
Choose a tag to compare

Breaking changes:

  • Moved to com.koloboke.* packages
  • HashConfig.getGrowFactor() and withGrowFactor() methods renamed to getGrowthFactor() and withGrowthFactor() respectively.

Bug fix:

  • Fixed addValue(key, value) implementations (e.g. ObjIntMap.addValue() ), 0 was taken as the initial value instead of the default value of the map (if configured to be different form 0).

API Javadocs:

Download JARs:

Dependency: annotations.jar

Koloboke 0.6.8

09 Oct 15:07
Compare
Choose a tag to compare

A maintenance release, no API changes.

  • Fixed #43 (Dependency containing Nonnull/Nullable annotations made optional)
  • Fixed #45 (Memory leak in HashObjObjMap implementations, clear() method)

API Javadocs:

Download binaries:

Koloboke 0.6.7

27 Apr 12:43
Compare
Choose a tag to compare

No API changes.

API Javadocs:

Download binaries:

Koloboke 0.6.6

04 Feb 13:43
Compare
Choose a tag to compare

No API changes.

API Javadocs:

Download binaries:

Koloboke 0.6.5

01 Nov 22:35
Compare
Choose a tag to compare
  • Reverted one fix from the prev release (639b405) which appears to make more harm than good.

No API changes.

API Javadocs:

Download binaries:

Koloboke 0.6.4

01 Nov 20:26
Compare
Choose a tag to compare

No backward-incompatible API changes.

API Javadocs:

Download binaries:

Koloboke 0.6.3

16 Oct 20:23
Compare
Choose a tag to compare

This release includes only koloboke-api-jdk6-7 and koloboke-impl-jdk6-7 artifacts.

  • Fixed issue #27 (library was probably not working with JDK 6)

No API changes.

API Javadocs:

Download binaries for Java 6 or 7: API jar, impl jar

Koloboke 0.6.2

01 Oct 14:18
Compare
Choose a tag to compare
  • Finally fixed bug from 0.6.1 release.

No API changes.

API Javadocs:

Download binaries: