Skip to content

Version 8.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 24 Nov 06:49
· 155 commits to master since this release

Major

Patch

  • Updated dependencies.
  • Use parseSync from @babel/core instead of parse, which may become async in a future major version of Babel.
  • Ensure JSDoc without tags is ignored instead of causing an error.
  • Updated the remarkStringifyOptions so that rules in generated markdown match Prettier formatting (---).
  • Corrected a jsdocMd code example.
  • Fixed incorrect MDAST used for typeJsdocAstToMdAst tests.
  • Use remarkStringifyOptions in the membersToMdAst tests.
  • Refactored an mdToMdAst test to use a snapshot.
  • Also run GitHub Actions CI with Node.js v15.
  • Simplified the GitHub Actions CI config with the npm install-test command.
  • Removed npm-debug.log from the .gitignore file as npm v4.2.0+ doesn’t create it in the current working directory.