Skip to content

Releases: denoland/deno_doc

0.73.5

01 Dec 14:43

Choose a tag to compare

  • 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

29 Nov 05:07

Choose a tag to compare

  • feat(html): add version index and url rework (#394)

0.73.3

19 Nov 22:03

Choose a tag to compare

0.73.3

0.73.2

16 Nov 22:34

Choose a tag to compare

0.73.2

0.73.1

16 Nov 18:24

Choose a tag to compare

  • fix: issue discovering re-exports of re-exports (#398)

0.73.0

10 Nov 16:48

Choose a tag to compare

  • feat: PrivateTypeRef - add reference type location when in other module (#396)
  • feat: raise diagnostics on member instead of parent declaration (#387)

0.72.2

01 Nov 22:19

Choose a tag to compare

0.72.1

01 Nov 03:03

Choose a tag to compare

  • feat: better non-exported type diagnostic (#385)

0.72.0

31 Oct 23:54

Choose a tag to compare

  • 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)

0.71.0

31 Oct 01:11

Choose a tag to compare

  • feat: HTML output (#355)
  • feat: HTML output, cont. (#363)
  • feat: add MissingJsDoc and MissingTypeRef diagnostics (#368)
  • feat: add missing jsdoc and location to class' TsIndexSignature (#365)
  • feat: add missing jsdoc and location to interface's IndexSignature (#366)
  • fix: print column 1-indexed (#364)
  • fix: properly display unsupported tags (#357)