Skip to content

Version 1.1.0

Choose a tag to compare

@jaydenseric jaydenseric released this 07 Jul 01:44
· 328 commits to master since this release

Minor

  • Support JSDoc inline tag links (e.g. [`b` method]{@link A#b}) for descriptions and tags with markdown content, closes #5.

Patch

  • Correct slugs for successive type member links, fixes #6.
  • Display CLI options as code in the readme.
  • Internally refactor jsdocAstToMember to jsdocToMember.