Skip to content

Version 9.1.0

Compare
Choose a tag to compare
@jaydenseric jaydenseric released this 28 Jan 03:29
· 68 commits to master since this release

Minor

  • Display the relevant source code file path and location in more JSDoc related error messages, fixing #19.
  • Allow whitespace between JSDoc inline tag @link parts.

Patch

  • Updated dependencies.
  • Tweaked some tests.
  • Internal JSDoc fixes.
  • Use regex u mode when parsing JSDoc examples or scanning for JSDoc inline links in description markdown.
  • Renamed several private functions.
  • Internally, throw TypeError instead of Error for JSDoc type related errors.