Skip to content

Releases: denoland/deno_doc

0.138.0

31 May 21:00
Compare
Choose a tag to compare
  • fix(html): don't dedupe nodes for kind partition (#596)

0.137.0

27 May 22:51
Compare
Choose a tag to compare
  • feat(html): jsdoc module linking (#586)
  • feat(html): render private symbols, but dont list them (#581)
  • fix(html): correct jsdoc link tag handling (#580)
  • fix(html): render alerts that span multiple child nodes (#589)
  • fix: use "module" identifier for default export item, when the symbol name is not available (#582)

0.136.0

17 May 16:19
Compare
Choose a tag to compare
  • fix: upstream styling changes from jsr (#578)

0.135.0

15 May 20:54
Compare
Choose a tag to compare
  • fix: private reference diagnostic was displaying incorrect information (#576)

0.134.0

13 May 23:06
Compare
Choose a tag to compare

0.133.0

09 May 17:36
Compare
Choose a tag to compare
  • fix: all symbols summary and example title (#572)

0.132.0

06 May 13:09
Compare
Choose a tag to compare
  • fix(html): don't merge same-named symbols from different entrypoints in top symbols (#571)

0.131.0

05 May 04:19
Compare
Choose a tag to compare
  • fix(html): post-sidepanel fixes (#570)

0.130.0

05 May 02:52
Compare
Choose a tag to compare
  • feat(html): remove sidepanels and add document navigation (#569)

0.129.0

30 Apr 23:10
Compare
Choose a tag to compare
  • feat(html): variable type literal breakdown (#564)
  • feat: handle JSDoc for ts type literals (#561)
  • feat: separate constructors from methods for type literals and interfaces (#568)
  • feat: support Location for ts literals, render ts literals as interfaces (#562)
  • fix: tweak test task (#557)