Skip to content

Releases: denoland/deno_doc

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)

0.70.0

26 Oct 22:12

Choose a tag to compare

  • feat: display non-exported types referenced in exported types (#361)
  • feat: introduce diagnostic for private types referenced by public types (#362)
  • feat: print visibility specifier before a symbol (#359)
  • feat: rewrite parser to use deno_graph's type tracing (#358)
  • fix: walk down member expressions when resolving class extensions (#325)

0.69.2

24 Oct 20:09

Choose a tag to compare

0.69.2

0.69.1

23 Oct 14:11

Choose a tag to compare

  • fix: deno_ast 0.30 (#354)

0.69.0

13 Oct 08:47

Choose a tag to compare

  • feat: deno_graph 0.57 (#353)

0.68.0

28 Sep 14:29

Choose a tag to compare

  • feat(js): add printImportMapDiagnostics option (#350)