Skip to content

v3.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Aug 14:10
· 408 commits to master since this release
0b6648e

⚠️ BREAKING CHANGES

Due to unmaintainable and unnecessary complexity, the decision has been made to remove the CreateDocStandard command and functionality completely in the next version. It isn't worth it to maintain this feature since most of the users won't use this feature because vim-doge supports the most popular standards out of the box. If the community wants more standards then it is suggested to open a feature request or create it themselves and submit a PR, thus keeping the doc standards within vim-doge. Otherwise creating a fork with a custom implementation is also an option if really needed.

To enable this legacy feature, users can use v3.17.0 and earlier. From v3.18.0 and later this command will be removed permanently.

What's Changed

  • Release v3.17.0 by @kkoomen in #407
  • chore(deps-dev): bump release-it from 15.1.2 to 15.1.4 by @dependabot in #400
  • chore(deps-dev): bump ts-node from 10.8.1 to 10.9.1 by @dependabot in #401
  • chore(deps-dev): bump lint-staged from 13.0.0 to 13.0.3 by @dependabot in #402
  • chore(deps-dev): bump @types/node from 18.0.6 to 18.6.1 by @dependabot in #403
  • chore(deps): bump tree-sitter-python from 0.19.0 to 0.20.1 by @dependabot in #404
  • chore(deps-dev): bump @typescript-eslint/parser from 5.30.7 to 5.31.0 by @dependabot in #410
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.28.0 to 5.31.0 by @dependabot in #409
  • chore(deps-dev): bump release-it from 15.1.4 to 15.2.0 by @dependabot in #412
  • chore(deps-dev): bump @types/node from 18.6.1 to 18.6.2 by @dependabot in #413
  • chore(deps-dev): bump @types/node from 18.6.2 to 18.6.3 by @dependabot in #414
  • chore(deps-dev): bump eslint from 8.20.0 to 8.21.0 by @dependabot in #415
  • chore(deps-dev): bump @typescript-eslint/parser from 5.31.0 to 5.32.0 by @dependabot in #417
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.31.0 to 5.32.0 by @dependabot in #416
  • chore(deps): bump tree-sitter-c from 0.20.1 to 0.20.2 by @dependabot in #418
  • chore(deps-dev): bump @types/node from 18.6.3 to 18.6.4 by @dependabot in #419
  • chore(deps-dev): bump @typescript-eslint/parser from 5.32.0 to 5.33.0 by @dependabot in #420
  • chore(deps-dev): bump @types/node from 18.6.4 to 18.6.5 by @dependabot in #422
  • chore(deps-dev): bump release-it from 15.2.0 to 15.3.0 by @dependabot in #423
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.32.0 to 5.33.0 by @dependabot in #421
  • chore(deps-dev): bump @types/node from 18.6.5 to 18.7.2 by @dependabot in #425
  • chore(deps-dev): bump @typescript-eslint/parser from 5.33.0 to 5.33.1 by @dependabot in #430
  • chore(deps-dev): bump @types/node from 18.7.2 to 18.7.5 by @dependabot in #429
  • chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 by @dependabot in #427
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.33.0 to 5.33.1 by @dependabot in #428
  • chore(deps-dev): bump @types/node from 18.7.5 to 18.7.6 by @dependabot in #431
  • chore(deps-dev): bump @release-it/conventional-changelog from 5.0.0 to 5.1.0 by @dependabot in #432
  • Implement new doxygen c++ doc standards by @kkoomen in #433

Full Changelog: v3.17.0...v3.18.0