Releases: rickbusarow/Doks
Releases · rickbusarow/Doks
0.2.0
0.1.4
0.1.3
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
Changed
- The entire project has been renamed from
Docusync
toDoks
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.