Releases: Kotlin/kotlinx-knit
Releases · Kotlin/kotlinx-knit
0.4.0
- 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
0.2.3
0.2.2
- 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 toCoroutineScope
class,CoroutineScope()
function,
and_coroutineScope
function from the same file without ambiguities.
0.2.1
0.2.0
- Knit Kotlin source (
.kt
/.kts
) files.- Directives can used after
//
comments or after*
in KDocs.
- Directives can used after
- 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).