Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

69 lines (39 loc) · 1.28 KB

Change Log

Version 0.3.1

2023-11-18

  • Upgrade Kotlin to 1.9.20 and KotlinPoet to 1.15.0.

Version 0.3.0

2023-09-09

  • Upgrade Anvil to 2.4.8.
  • Use @SingleIn annotation from new annotations-optional artifact.

Version 0.2.6

2023-09-03

  • Upgrade Kotlin to 1.9.10.
  • Fix compatibility with Dagger 2.48.

Version 0.2.5

2023-07-31

  • Upgrade Kotlin to 1.9.0, Anvil to 2.4.7 and KotlinPoet to 1.14.2. This release is not compatible with lower versions of Kotlin and Anvil.

Version 0.2.4

2023-05-26

  • Upgrade Kotlin to 1.8.21, Anvil to 2.4.6 and KotlinPoet to 1.13.2. This release is not compatible with lower versions of Kotlin and Anvil.

Version 0.2.3

2023-04-07

  • Revert KotlinPoet to 1.12.0 due to generation errors in WorkerAssistedFactory.
  • Fix WorkerParameters variable name in Workers.

Version 0.2.2

2023-04-07

  • Upgrade Kotlin to 1.8.20 and Anvil to 2.4.5. This release is not compatible with lower versions of Kotlin and Anvil.

Version 0.2.1

2023-02-13

  • Upgrade Kotlin to 1.8.10.

Version 0.2.0

2023-01-13

  • Upgrade Kotlin to 1.8.0 and Anvil to 2.4.4. This release is not compatible with lower versions of Kotlin and Anvil.

Version 0.1.0

2022-08-12

  • Initial public release.