Releases: Zeioth/dooku.nvim
Releases · Zeioth/dooku.nvim
v2.0.2
v2.0.1
v2.0.0
v1.3.0
v1.2.2
v1.2.1
v1.2.0
Major fixes
windows
: jobs now spawn correctly on windows too.
Breaking changes
- deprecated:
jsdoc_args
,typedoc_args
,doxygen_args
,godoc_args
orrustdoc_args
. - new options:
jsdoc_cmd
,typedoc_cmd
,doxygen_cmd
,godoc_cmd
orrustdoc_cmd
.
These new options allow to specify the full command a generator executes by passing a single string. This grant users 100% control of what happens inside dooku.nvim without having to get into the code.
v1.1.1
v1.1.0
v1.0.7
New features
- All generators now have the options
jsdoc_args
,typedoc_args
,doxygen_args
,godoc_args
orrustdoc_args
to directly pass arguments to the command to generate docs.
Breaking changes
cargo_rustdoc_args
option has been removed in favor ofrustdoc_args
.jsdoc_args
,typedoc_args
,doxygen_args
,godoc_args
orrustdoc_args
are now an array of strings instead of a string.
Better tests
- Examples are now complex enough to generate meaningful docs resembling real case scenarios.