Skip to content

Releases: rickbusarow/Doks

0.3.0

Choose a tag to compare

@RBusarow RBusarow released this 10 Jun 13:05

[0.3.0] - 2025-06-10

Fixed

  • kotlin-compiler-embeddable is no longer leaked into the plugin classpath in #422

Full Changelog: 0.2.0...0.3.0

0.2.0

Choose a tag to compare

@RBusarow RBusarow released this 22 Feb 21:21

[0.2.0] - 2024-02-22

Added

  • Give useful exceptions when a requested psi body is null by @RBusarow in #267
  • support parsing an entire Kotlin file using its jvm file facade name by @RBusarow in #316

Full Changelog: 0.1.4...0.1.5

0.1.4

Choose a tag to compare

@RBusarow RBusarow released this 13 Apr 20:05

Fixed

  • combine all console output for a markdown update into a single println()

Added

  • nicer formatting of a markdown file diff

0.1.3

Choose a tag to compare

@RBusarow RBusarow released this 06 Apr 17:04

Fixed

  • added default parameter support in Groovy by adding @JvmOverloads to DSL functions
  • Made the parsing of <!--doks ___--> tags in Markdown more lenient, by allowing optional whitespace
    characters between words.

Changed

  • Changed the format of the closing tag from <!--/doks--> to <!--doks END-->. This change may not
    be the final decision and is subject to further discussion.

Added

  • added Groovy config samples to integration tests and README
  • print a colorized diff to console when a file has been updated

0.1.2

Choose a tag to compare

@RBusarow RBusarow released this 30 Mar 20:16

Changed

  • The entire project has been renamed from Docusync to Doks

Added

  • Implemented a path-based sorting algorithm to prioritize file parsing when searching for sample code.
    This prioritizes the most likely files first, potentially reducing the number of files that need to
    be parsed.

0.1.0

Choose a tag to compare

@RBusarow RBusarow released this 28 Mar 01:33

Hello World