Skip to content

v1.2.0

Compare
Choose a tag to compare
@Zeioth Zeioth released this 16 Feb 19:12
· 57 commits to main since this release

Major fixes

  • windows: jobs now spawn correctly on windows too.

Breaking changes

  • deprecated: jsdoc_args, typedoc_args, doxygen_args, godoc_args or rustdoc_args.
  • new options: jsdoc_cmd, typedoc_cmd, doxygen_cmd, godoc_cmd or rustdoc_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.