Releases: Jadarma/advent-of-code-kotlin
Releases · Jadarma/advent-of-code-kotlin
v0.3.0
19 Nov 17:42
Compare
Sorry, something went wrong.
No results found
New minimum requirements: JDK 21, Kotlin 2.0, and Kotest 6.0. Check the release notes , and how to configure the extension.
Removed formatAdventSpecNames configuration property. Formatting is automatically enabled when using the project extension.
Advent specs are guaranteed to be executed chronologically when the project extension is registered.
Spec definition now uses a dedicated DSL.
Isolated debug runs can be configured from the DSL.
v0.2.1
17 Nov 18:49
Compare
Sorry, something went wrong.
No results found
Remove suspend modifier from part DSL functions.
It caused a false positive error in IntelliJ, but it was not needed anyway.
v0.2.0
17 Nov 17:31
Compare
Sorry, something went wrong.
No results found
Updated Kotlin to 1.9.25 and Kotest to 5.9.1.
Fixed an issue with spec name formatting.
Restricted the part DSLs to only call DSL functions.
v0.1.0
05 Aug 20:00
Compare
Sorry, something went wrong.
No results found
This is the first public release of the AocKt packages, offering all the base functionality.
The dependencies can now be fetched from Maven Central.