Skip to content

Latest commit

 

History

History
198 lines (103 loc) · 11 KB

File metadata and controls

198 lines (103 loc) · 11 KB

Change Log

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

0.20.0 (2023-08-26)

Bug Fixes

  • TypeDoc 0.25 compatibility fixes.

0.19.1 (2023-04-20)

Bug Fixes

  • Support loading other TypeDoc plugins in config.

0.19.0 (2023-04-11)

Features

  • TypdeDoc 0.24 compatibility fixes.

0.18.0 (2022-12-03)

Features

  • Add option sidebar.collapsed (#359)
  • Implement generate-typedoc cli command (#356)

0.17.5 (2022-05-10)

Bug Fixes

  • added sidebar.autoConfiguration option (f873b32)
  • Removed index slug (3667eb5)

0.17.4 (2022-04-21)

  • Removed indexSlug

0.17.3 (2022-04-09)

Note: Version bump only for package docusaurus-plugin-typedoc

0.17.2 (2022-03-05)

  • Allow option cleanOutputDir (#296)

0.17.1 (2022-03-05)

Note: Version bump only for package docusaurus-plugin-typedoc

0.17.0 (2022-02-18)

Features

  • Added ability to pass in additional global Frontmatter options (55cc7e0)
  • Added new includeExtension option (#293)

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)