Releases: denoland/deno_doc
Releases · denoland/deno_doc
0.73.6
- fix: use url resolver for sidepanel links (#407)
0.73.5
- feat(lint): don't require jsdoc for ctors with no parameters (#404)
- fix: don't report diagnostics on remote modules (#403)
- fix: ignore empty return stmts when determining if return type necessary (#405)
- fix: proper single file mode handling (#402)
0.73.4
- feat(html): add version index and url rework (#394)
0.73.1
- fix: issue discovering re-exports of re-exports (#398)
0.73.0
- feat: PrivateTypeRef - add reference type location when in other module (#396)
- feat: raise diagnostics on member instead of parent declaration (#387)
0.72.1
- feat: better non-exported type diagnostic (#385)
0.72.0
- feat: HTML output, cont. 2 (#381)
- feat: ignore diagnostics on nodes with
@internal
tag (#369)
- feat: infer void return types more (#383)
- fix: sometimes missing some private nodes when has reexports (#382)