Skip to content

Releases: denoland/deno_doc

0.199.0

02 May 10:33

Choose a tag to compare

  • fix: correctly diff TypeDefs (#790)
  • fix: improve HTML doc generation (#793)
  • fix: render module doc body before examples in TOC (#792)

0.198.0

15 Apr 23:20

Choose a tag to compare

  • fix: prevent stack overflow from cyclic reference resolution (#794)

0.197.0

21 Mar 18:59

Choose a tag to compare

  • feat: accept ParseOutput in DocPrinter (#789)

0.196.0

21 Mar 09:57

Choose a tag to compare

  • fix: update dts files (#788)

0.195.0

21 Mar 08:58

Choose a tag to compare

  • feat: docnodes v2 format (#786)
  • perf(html): reduce memory usage for HTML generator (#787)

0.194.1

11 Mar 17:28

Choose a tag to compare

  • fix: remove cdylib from published crate (#782)

0.194.0

27 Feb 14:38

Choose a tag to compare

  • feat(html): diffing (#770)
  • feat: add jsdoc summary and description tags (#767)
  • feat: hide private class members (#759)
  • feat: support [label]{@link URL} syntax #690 (#702)
  • fix: include jsdoc for inferred ObjectLit (#768)
  • fix: various minor fixes (#769)

0.193.0

12 Feb 15:47

Choose a tag to compare

  • fix: more consistent sorting (#765)

0.192.0

11 Feb 21:34

Choose a tag to compare

  • feat: HTML generation improvements (#764)
  • feat: docnode diffing (#761)

0.191.0

04 Feb 13:52

Choose a tag to compare

  • Add missing TypeScript interfaces and properties (#737)
  • feat: add Deserialize to HTML structs (#763)
  • fix: restore total ordering of methods and properties (#757)