Skip to content

Releases: Kotlin/kotlinx-knit

0.4.0

11 Apr 09:49
Compare
Choose a tag to compare
  • Dokka and Kotlin updated to 1.6.10 (#40). Thanks @IgnatBeresnev!
  • Line separators are unified between across platforms (#37). Thanks @thumannw!
  • knitCheck task no longer generates TOC (#36). Thanks @thumannw!
  • Knit no longer prevents up-to-date checks (#22, #34). Thanks @thumannw!

This release is completely community-driven and carried by @thumannw, thanks for the patience with code reviews and your contribution!

0.3.0

09 Apr 14:01
Compare
Choose a tag to compare
  • Support new Dokka multi-module structure

0.2.3

27 Nov 09:21
Compare
Choose a tag to compare
  • Additional newlines are added between INDEX directives.

0.2.2

09 Oct 11:41
Compare
Choose a tag to compare
  • Warn on markdown reference case conflicts (#20).
  • Support consistent function disambiguation using name() syntax and additional _name prefix for names with
    the lowercase first letters. This way, you can refer to CoroutineScope class, CoroutineScope() function,
    and _coroutineScope function from the same file without ambiguities.

0.2.1

01 Oct 11:56
Compare
Choose a tag to compare
  • Support new Dokka (1.4.0+) links format

0.2.0

22 Sep 08:07
Compare
Choose a tag to compare
  • Knit Kotlin source (.kt/.kts) files.
    • Directives can used after // comments or after * in KDocs.
  • Explicit KNIT directive as an alternative to (example-xxx.kt) link to trigger example generation.
  • Name pattern supported in the PREFIX directive.
  • The SUFFIX directive introduced.
  • Back-to-back directives in a single comment block with ---- <directive> to continue with the next one.
  • Fixed: consistently skip unsupported symbols in TOC links (see #14).

0.1.6

24 Jul 08:55
Compare
Choose a tag to compare
  • Support 'PREFIX' directive to append code to the beginning of the example file.

0.1.5

15 Jul 12:28
Compare
Choose a tag to compare
  • Support html output format of Dokka.
  • Support docs that are generated by the root project.

0.1.4

14 Jul 17:30
Compare
Choose a tag to compare
  • Support TEST LINE_START.

0.1.3

04 Mar 08:59
Compare
Choose a tag to compare
  • Kotlin 1.3.70.
  • Set JVM target to 1.6.