All Versions
10
Latest Version
Avg Release Cycle
85 days
Latest Release
2567 days ago
Changelog History
Changelog History
-
v1.0.0 Changes
May 30, 2016๐ฅ 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
- ๐ฆ Moved to
-
v0.6.8 Changes
October 09, 2015 -
v0.6.7 Changes
April 27, 2015 -
v0.6.6 Changes
February 04, 2015 -
v0.6.5 Changes
November 01, 2014- ๐ Reverted one fix from the prev release (639b405) which appears to make more harm than good.
No API changes.
API Javadocs:
Download binaries:
-
v0.6.4 Changes
November 01, 2014- ๐ Fixed a number of bugs (see the list of commits).
No backward-incompatible API changes.
API Javadocs:
Download binaries:
-
v0.6.3 Changes
October 16, 2014๐ This release includes only
koloboke-api-jdk6-7
andkoloboke-impl-jdk6-7
artifacts.- ๐ Fixed issue #27 (library was probably not working with JDK 6)
No API changes.
API Javadocs:
-
v0.6.2 Changes
October 01, 2014- ๐ Finally fixed bug from 0.6.1 release.
No API changes.
API Javadocs:
Download binaries:
-
v0.5.1 Changes
May 31, 2016- ๐ 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
-
v0.5 Changes
May 30, 2016