Releases: leventov/Koloboke
Releases · leventov/Koloboke
Koloboke Compile 0.5.1
- 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
Download JAR: compile.jar
Koloboke Compile 0.5
Koloboke Collections API & Implementation Library 1.0.0
Breaking changes:
- Moved to
com.koloboke.*
packages HashConfig.getGrowFactor()
andwithGrowFactor()
methods renamed togetGrowthFactor()
andwithGrowthFactor()
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:
- For Java 6 or 7: api.jar, impl-common.jar, impl.jar
- For Java 8 or 9: api.jar, impl-common.jar, impl.jar
Dependency: annotations.jar
Koloboke 0.6.8
Koloboke 0.6.7
Koloboke 0.6.6
Koloboke 0.6.5
- 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
- Fixed a number of bugs (see the list of commits).
No backward-incompatible API changes.
API Javadocs:
Download binaries:
Koloboke 0.6.3
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:
Koloboke 0.6.2
- Finally fixed bug from 0.6.1 release.
No API changes.
API Javadocs:
Download binaries: