Skip to content

Releases: rickbusarow/Doks

0.2.0

22 Feb 21:21
Compare
Choose a tag to compare

[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

13 Apr 20:05
Compare
Choose a tag to compare

Fixed

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

Added

  • nicer formatting of a markdown file diff

0.1.3

06 Apr 17:04
Compare
Choose a tag to compare

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

30 Mar 20:16
Compare
Choose a tag to compare

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

28 Mar 01:33
Compare
Choose a tag to compare

Hello World