bazelbuild / rules_kotlin

Bazel rules for Kotlin
Apache License 2.0
334 stars 211 forks source link

[stardoc] Update stardoc to 0.7.0 #1214

Closed restingbull closed 2 months ago

restingbull commented 2 months ago

Of special note:

The Markdown renderer now uses Google EscapeVelocity instead of Apache Velocity for templating. The templating engines are almost compatible, with the exception of escapes in string literals: if in your template you had a string literal with a character escape, you would need to expand it.

Release Notes for 0.6.0

"almost", indeed. :/

This reflows and shuffles most of the documentation.

fixes #1203

restingbull commented 2 months ago

CI breakage is related to android and java 6.4 -- https://github.com/bazelbuild/rules_kotlin/pull/1183 fixes the issue.