Skip to content

Version 9.1.1

Choose a tag to compare

@jaydenseric jaydenseric released this 01 Feb 13:21
· 62 commits to master since this release

Patch

  • Updated dev dependencies.
  • Account for the JSDoc comment fence when deriving the code locations for JSDoc inline tag @link namepath error messages, fixing #20.
  • Exclude multiple newlines from the start and end of JSDoc markdown content.
  • Exclude multiple newlines following a JSDoc tag @example caption from the content start.
  • Disallow newlines between JSDoc inline tag @link parts.
  • Removed the private function parseJsdocExample, moving functionality to the private function jsdocCommentToMember.
  • Corrected JSDoc member code location end column numbers.
  • Reordered tests.