Skip to content

Latest commit

 

History

History
240 lines (74 loc) · 8.39 KB

File metadata and controls

240 lines (74 loc) · 8.39 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.16.9 (2022-02-05)

Bug Fixes

  • resolve broken links issue (ec2610e)

0.16.8 (2022-02-02)

Bug Fixes

  • remove removing of md suffix (e451a3d)

0.16.7 (2022-01-09)

Bug Fixes

  • Correctly define theme using TypeDoc defineTheme method (5f2ef42)
  • Use TypeDoc 'defineTheme' to register docusaurus theme (ab5878d)

0.16.6 (2021-12-07)

Bug Fixes

  • move plugin definition to loadContent() lifecycle (#271) (54104a8)

0.16.5 (2021-11-29)

Bug Fixes

  • define slug as '/' when out = '.' (f22f049)

0.16.4 (2021-11-12)

Bug Fixes

  • Prevent watch mode crashing (950d872)

0.16.3 (2021-09-21)

Bug Fixes

  • cleanup pre-render steps (9566a9c)

0.16.2 (2021-09-18)

Bug Fixes

  • remove manual sidebar generation and fix pre-render docs order (#251) (eb21cb4)

0.16.1 (2021-09-17)

Bug Fixes

  • fix relative urls to index slug (900e727)

0.16.0 (2021-09-14)

Features

0.15.3 (2021-07-20)

Bug Fixes

  • Generate namespaces into own directory to fix sidebar category (bd7669e)
  • Handle windows back-slash in slug (#245) (9178963)

0.15.2 (2021-07-12)

Bug Fixes

  • Handle TypeDoc 0.21.3 options breaking change (b3be4f8)

0.15.1 (2021-07-03)

Bug Fixes

  • Fix generated sidebar dirName (49d3a01)

0.15.0 (2021-06-18)

Features

  • TypeDoc 0.21 compatibility (9659567)

0.14.2 (2021-06-01)

Bug Fixes

  • Use front-matter title to fix escapes angle brackets (c5bc964)

0.14.1 (2021-05-06)

Bug Fixes

  • Fix manual sidebar backward compatibility (#224) (dc873d4)

0.14.0 (2021-05-05)

Features

  • Replace manual sidebar logic with autogenerated sidebars (#217) (a2002ca)
  • Update sidebar label for 'Exports' (#223) (a96aa4e)

0.13.0 (2021-04-28)

Bug Fixes

  • Consolidate options after TypeDoc option readers (#214) (14b24e4)

Features

  • Update heading logic as per 'frontmatter-less' titles in alpha.73 (62cf0d1)

0.12.0 (2021-03-22)

Features

  • Remove side TOC on index page (07ed973)

0.11.0 (2021-03-08)

Bug Fixes

  • Allow plugins to be loaded with options file (#200) (3a8a891)

0.10.0 (2021-02-21)

Features

0.9.0 (2021-01-29)

Features

  • Support for custom_edit_url (#190)