Skip to content

Latest commit

 

History

History
72 lines (46 loc) · 1.7 KB

CHANGELOG.md

File metadata and controls

72 lines (46 loc) · 1.7 KB

Change Log

[3.1.0] - In Development

3.0.0 - 2023-06-26

Changed

Upgrade to Guice 7.0.0 Move from javax to jakarta namespace

1.6.0 - 2022-02-12

Added

  • Add annotation instance support for KotlinMapBinder.

Changed

  • Upgrade to Guice 5.1.0

1.5.0 - 2021-05-08

Changed

  • Upgrade to Guice 5.0.1

1.4.1 - 2019-11-02

Fixed

  • Fix kotlinBinder holding a cached reference to old Binder instances in KotlinModule.

1.4.0 - 2019-07-27

Changed

  • 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.

Removed

  • Remove kotlin-guice-multibindings module to match the removal of guice-multibindings in Guice 4.2.

Version 1.3.0

2019-04-25

  • Add delegating builders to binder skipSources.
  • Add binding support for annotation instances for kotlin-based DSL.

Version 1.2.0

2018-10-17

  • Actually replace dependency on JRE8 with JDK8.

Version 1.1.0

2018-10-11

  • Replace dependency on JRE8 with JDK8.

Version 1.0.0

2017-09-05

  • Initial release.