Skip to content

0.203.0

Choose a tag to compare

@denobot denobot released this 22 Aug 12:20
· 19 commits to main since this release
  • feat(html): clickable anchor links for markdown headings (#826)
  • feat(html): render @event, @fires/@emits, and @Listens tags (#833)
  • feat(html): render @since JSDoc tag as a tag chip (#830)
  • feat: support // deno-doc-ignore lint directives (#829)
  • fix(examples): run ddoc inside a tokio runtime (#839)
  • fix(html): escape anchors exactly once wherever they are written (#840)
  • fix(html): improve type reference linking (#837)
  • fix(html): name destructured params arg_ instead of "unnamed " (#822)
  • fix(html): render @example JSDoc tag for class constructors (#827)
  • fix(html): render @PARAM docs for rest parameters (#809)
  • fix(html): render signature documentation that was being dropped (#836)
  • fix(lint): infer void return type for block-bodied arrow functions (#825)
  • fix(lint): point --lint diagnostics at the symbol identifier (#831)
  • fix: document nested namespace re-exports (#832)
  • fix: don't lint private-type-ref for pure type alias re-exports (#816)
  • fix: don't lose declarations when an export name collides (#838)
  • fix: render members of interface-like type aliases (#828)