Skip to content

Releases: Jolanrensen/KoDEx

v0.6.0

Choose a tag to compare

@Jolanrensen Jolanrensen released this 28 Jul 12:05

What's Changed

  • Gradle multi module with cache by @Jolanrensen in #106
    • KoDEx can now be applied to a parent module. The preprocessAllWithKodex task will trigger all sub-module RunKodexTask tasks
    • RunKodexTask now has inputCacheFiles and outputCacheFile. 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 using contextualSourceSets(sourceSet) for same-module contextual dependencies, or contextualSourceSets(":some-project", "main") for cross-module dependencies. Caches will be shared.

Full Changelog: v0.5.5...v0.6.0

v0.5.5

Choose a tag to compare

@Jolanrensen Jolanrensen released this 13 Jul 10:57

What's Changed

  • contextual sources are no longer considered for @ExportAsHtml

Full Changelog: v0.5.4...v0.5.5

v0.5.4

Choose a tag to compare

@Jolanrensen Jolanrensen released this 29 Jun 11:05

What's Changed

Full Changelog: v0.5.3...v0.5.4

v0.5.3

Choose a tag to compare

@Jolanrensen Jolanrensen released this 15 Apr 10:10

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

Choose a tag to compare

@Jolanrensen Jolanrensen released this 16 Mar 15:44

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

Choose a tag to compare

@Jolanrensen Jolanrensen released this 23 Dec 14:46

What's Changed

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@Jolanrensen Jolanrensen released this 29 Oct 11:00

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 docProcessor name
  • Nested typealiases confirmed working!

Full Changelog: v0.4.4...v0.5.0

v0.4.4

Choose a tag to compare

@Jolanrensen Jolanrensen released this 04 Jun 12:45

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

Choose a tag to compare

@Jolanrensen Jolanrensen released this 19 May 14:36

What's Changed

Full Changelog: v0.4.2...v0.4.3

will work up till intellij 2025.2

v0.4.2

Choose a tag to compare

@Jolanrensen Jolanrensen released this 17 Jan 14:59

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