Skip to content

Releases: denoland/deno_doc

0.118.0

26 Mar 15:56
Compare
Choose a tag to compare
  • feat(html): markdown alerts (#526)
  • feat(html): allow rendering videos based on just URL (#528)
  • feat(html): property drilldown (#529)
  • fix(html): remove text-left on markdown p tags as it clashes with the generated align attribute (#527)

0.117.0

08 Mar 20:44
Compare
Choose a tag to compare
  • feat(html): display default value of function params (#521)
  • feat: @see tag (#514)
  • feat: expose default export names (#510)
  • feat: infer function parameter assignment type (#515)
  • feat: show symbol list in non-main module docs (#503)
  • fix(html): truncate behavior for symbol names in namespace (#509)
  • fix(html): various styling & logic fixes (#511)
  • fix: add align to allowed html attributes (#520)
  • fix: properly handle namespaces in all symbols view (#508)

0.116.0

28 Feb 15:14
Compare
Choose a tag to compare
  • Convert some inline styles to CSS custom properties (#507)

0.115.0

27 Feb 16:19
Compare
Choose a tag to compare
  • fix: make node module public (#505)

0.114.0

27 Feb 04:16
Compare
Choose a tag to compare
  • fix: make js_doc module public (#504)

0.113.1

23 Feb 22:49
Compare
Choose a tag to compare
0.113.1

0.113.0

22 Feb 23:26
Compare
Choose a tag to compare
0.113.0

0.112.1

22 Feb 19:52
Compare
Choose a tag to compare
  • fix: return none when no symbols are found in generate_symbol_page (#500)

0.112.0

22 Feb 18:08
Compare
Choose a tag to compare
  • feat: add singular generate_symbol_page fn (#499)

0.111.0

22 Feb 15:24
Compare
Choose a tag to compare
  • fix(html): dont unwrap get file in exports resolver (#498)