Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

34 lines (26 loc) · 1.43 KB

AtPlug releases

[Unreleased]

[1.2.0] - 2025-01-27

Added

  • Cacheability, incremental task, and huge speed improvement. (#66)
    • plugGenerate refactored into plugFind followed by plugGenerate

Changed

  • Bump required JVM from 11 to 17. (#63)
  • Detect Kotlin version rather than harcode it. (#64)

[1.1.1] - 2024-07-06

Changed

  • Bump all dependencies to latest, especially Kotlin to 2.0. (#22)

[1.1.0] - 2023-04-06

Added

  • Add methods for taking KClass instead of just Class to prepare for Kotlin Multiplatform. (#8)

[1.0.1] - 2022-12-31

Fixed

  • Fixing EOFException Gradle daemon problem brought the ZipException problem back, now fixed. (#6)

[1.0.0] - 2022-12-30

Fixed

  • The Gradle daemon would throw EOFException when adding new components in a warm daemon due to Jar URL caching, now fixed. (#4)

[0.1.1] - 2022-02-19

Fixed

  • The Gradle daemon would throw ZipException during the second invocation of metadata generation, now fixed.

[0.1.0] - 2022-02-16

  • Migration to open source is WIP.