Skip to content

Latest commit

 

History

History
306 lines (171 loc) · 12.6 KB

File metadata and controls

306 lines (171 loc) · 12.6 KB

Changelog

1.0.0-next.15 (2023-08-27)

Patch Changes

  • TypeDoc 0.25.0 compatibility fixes
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.19

1.0.0-next.14 (2023-08-10)

Patch Changes

  • Load TypeDoc plugins through config
  • fix: Move init logic to contentLoaded lifecycle
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.18

1.0.0-next.13 (2023-06-12)

Patch Changes

  • Export plugin options
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.14

1.0.0-next.12 (2023-05-26)

Patch Changes

  • Updated readme

1.0.0-next.11 (2023-05-26)

Patch Changes

  • Allow presets to be overridden.
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.13

1.0.0-next.10 (2023-05-17)

Patch Changes

  • Added functionality to skip seperate index page and inject into readme.
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.12

1.0.0-next.9 (2023-05-13)

Patch Changes

  • Updated fileoutput for 'packages' entryPointStrategy
  • Fail docusaurus build when TypeDoc errors - can be overriden with skipErrorChecking (#429).
  • Enable reading of TypeDoc options from package.json typedocOptions
  • Replace category.yml with readable dir names
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.11

1.0.0-next.8

Patch Changes

  • Simplified category.yml generation and further refactoring
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.9

1.0.0-next.7

Patch Changes

  • Code refactoring

1.0.0-next.6

Patch Changes

  • Support loading plugins from docusaurus config
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.8

1.0.0-next.5

Patch Changes

  • Version bump
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.6

1.0.0-next.4

Patch Changes

  • Simplify frontmatter implementation
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.5

1.0.0-next.3

Patch Changes

  • TypdeDoc 0.24 compatibility fixes.

  • Updated peer dependencies

    • typedoc-plugin-markdown@4.0.0-next.4

1.0.0-next.2

Patch Changes

  • Update version
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.2

1.0.0-next.1

Patch Changes

  • Compatibility fixes
  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.1

1.0.0-next.0

Major Changes

  • Compatibility updates for typedoc-plugin-markdown

Patch Changes

  • Updated peer dependencies
    • typedoc-plugin-markdown@4.0.0-next.0

0.17.6 (2022-06-27)

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

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)