Skip to content

Commit

Permalink
Version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Sep 22, 2020
1 parent de5521a commit 754edbf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change log for kotlinx-knit

## Version 0.2.0

* **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).

## Version 0.1.6

* Support 'PREFIX' directive to append code to the beginning of the example file.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Add it to the `build.gradle` in the following way:
```groovy
buildscript {
dependencies {
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.1.6"
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.2.0"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#

version=0.1.6-SNAPSHOT
version=0.2.0-SNAPSHOT
group=org.jetbrains.kotlinx

kotlinVersion=1.3.70
Expand Down

0 comments on commit 754edbf

Please sign in to comment.