Skip to content

Releases: Zeioth/dooku.nvim

v1.0.6

11 Jan 14:00
Compare
Choose a tag to compare

Minor fixes

  • The files README.md LICENSE and the .git directory are cleaned up from doxygen_clone_to_dir in the option doxygen_clone_cmd_post by default now.

New tests

Starting this version, the next backends are now tested every time we release a new version

v1.0.5

10 Jan 20:17
Compare
Choose a tag to compare

Minor fixes

  • Some options were always using the default value instead of respecting the options defined by the user.

v1.0.4

09 Jan 16:30
Compare
Choose a tag to compare

Major fixes

Fixed regression introduced in v1.0.1 preventing most generators from spawning processes correctly. All should be working fine again.

More info

We are gonna be adding unit tests in the next release to ensure everything works correctly before releasing a new version, as this plugin has quite a few moving parts.

v1.0.3

12 Nov 23:51
6a40af5
Compare
Choose a tag to compare

Better QA/UX

  • Notifications now display the name of the plugin.
  • If the project root dir doesn't contain any of the items defined in the option project_root, and we reach / without finding any, we will now show a notification informing the user.

More info

Note that if you don't have any of the items of project_root in your project root dir, but the plugin find it on a directory above your project, the plugin will fail silently, and there is nothing we can do to warn you.

v1.0.2

12 Nov 20:11
Compare
Choose a tag to compare

Cleanup of v1.0.1

v1.0.1

12 Nov 20:05
Compare
Choose a tag to compare

Minor fixes

  • The rust backend now work as expected again.
  • We now automatically convert all "" values defined in the config to nil, to prevent this from happening again.

v1.0.0

07 Nov 01:43
Compare
Choose a tag to compare

Initial release of dooku.nvim with support for

Language Generator
c doxygen
c++ doxygen
c# doxygen
objetive-c doxygen
java doxygen
python doxygen
php doxygen
typescript typedoc
javascript jsdoc
rust rustdoc
go godoc