Releases: Jolanrensen/KoDEx
Releases · Jolanrensen/KoDEx
Release list
v0.6.0
What's Changed
- Gradle multi module with cache by @Jolanrensen in #106
- KoDEx can now be applied to a parent module. The
preprocessAllWithKodextask will trigger all sub-moduleRunKodexTasktasks RunKodexTasknow hasinputCacheFilesandoutputCacheFile. When using contextual sources in a KoDEx task, if those contextual sources are also preprocessed with KoDEx, the output of those tasks can be combined in the input cache files for this task. This saves reprocessing/re-analyzing sources multiple times.- The same can be done using the
kodex {}extension usingcontextualSourceSets(sourceSet)for same-module contextual dependencies, orcontextualSourceSets(":some-project", "main")for cross-module dependencies. Caches will be shared.
- KoDEx can now be applied to a parent module. The
Full Changelog: v0.5.5...v0.6.0
v0.5.5
What's Changed
- contextual sources are no longer considered for
@ExportAsHtml
Full Changelog: v0.5.4...v0.5.5
v0.5.4
What's Changed
- adds contextual sources support by @Jolanrensen in #102
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- Making sure expanded references produce valid references by @Jolanrensen in #100
- Updated Dokka to 2.2.0
Full Changelog: v0.5.2...v0.5.3
v0.5.2
v0.5.1
What's Changed
- Gradle 9
kodex {}notation by @Jolanrensen in #95 - refactoring to allow for configuration cache by @Jolanrensen in #96
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Dokka 2.1.0 and Gradle 9 by @Jolanrensen in #92
- Careful with the
kodex { preprocess(sources) }DSL as Gradle 9 breaks some of its features :( - removed
docProcessorname - Nested typealiases confirmed working!
Full Changelog: v0.4.4...v0.5.0
v0.4.4
What's Changed
- bumping to kotlin 2.1.21, intellij 2025.2 eap by @Jolanrensen in #88
- Writerside iFrames resizing fix 2
Full Changelog: v0.4.3...v0.4.4
v0.4.3
What's Changed
- includeResizeScript by @Jolanrensen in #87
Full Changelog: v0.4.2...v0.4.3
will work up till intellij 2025.2
v0.4.2
What's Changed
- Now better using coroutines, breaks plugins again
- fixing replaceKdocLinks with references inside code blocks by @Jolanrensen in #83
- fixed settings IDE plugin not being saved by @Jolanrensen in #77
- IDE: require rebuild whenever sample or includeFile etc. is present by @Jolanrensen in #79
- IDE: background highlighting tags :) by @Jolanrensen in #80
Full Changelog: v0.4.1...v0.4.2