0.2.0 - 2024-02-22
- 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: https://github.com/rickbusarow/Doks/compare/0.1.4...0.1.5
0.1.4 - 2023-04-13
- combine all console output for a markdown update into a single
println()
- nicer formatting of a markdown file diff
0.1.3 - 2023-04-06
- 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 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 Groovy config samples to integration tests and README
- print a colorized diff to console when a file has been updated
0.1.2 - 2023-03-30
- The entire project has been renamed from
Docusync
toDoks
- 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.1 - 2023-03-28
- invoke
docusyncCheck
when invokingcheck
by @RBusarow in #68 - hook
docusync
intofix
, usemustRunAfter
to make each check task run after its fix task by @RBusarow in #69
Full Changelog: https://github.com/RBusarow/Doks/compare/0.1.0...0.1.1
0.1.0 - 2023-03-27
Hello World