3.0.0 - 2023-06-26
Upgrade to Guice 7.0.0 Move from javax to jakarta namespace
1.6.0 - 2022-02-12
- Add annotation instance support for
KotlinMapBinder
.
- Upgrade to Guice 5.1.0
1.5.0 - 2021-05-08
- Upgrade to Guice 5.0.1
1.4.1 - 2019-11-02
- Fix
kotlinBinder
holding a cached reference to oldBinder
instances inKotlinModule
.
1.4.0 - 2019-07-27
- Upgrade to Guice 4.2.2.
- Move multibinding files into the main kotlin-guice module.
- Switch to Keep a Changelog style for Changelog moving forward - https://keepachangelog.com/en/1.0.0/
- Rename groupId and packages to
dev.misfitlabs
. - Upgrade tests from Spek to Spek2.
- Remove kotlin-guice-multibindings module to match the removal of guice-multibindings in Guice 4.2.
2019-04-25
- Add delegating builders to binder skipSources.
- Add binding support for annotation instances for kotlin-based DSL.
2018-10-17
- Actually replace dependency on JRE8 with JDK8.
2018-10-11
- Replace dependency on JRE8 with JDK8.
2017-09-05
- Initial release.