Skip to content

Releases: krisztianb/typedoc-plugin-merge-modules

6.0.3

25 Oct 10:10
Compare
Choose a tag to compare

Fixed

  • Category descriptions and group descriptions were missing when merging into the project root.

Thanks

@cbunt ❤️

6.0.2

13 Oct 11:21
Compare
Choose a tag to compare

Fixed

  • Category descriptions and group descriptions were missing in the generated documentation when TypeDoc was run with an entryPointStrategy different than "merge" or "packages".

6.0.1

22 Sep 11:09
Compare
Choose a tag to compare

Fixed

  • Project documentations (introduced in TypeDoc 0.26) were incorrectly handled and removed by the plugin.
  • Merging only happened at the root level and didn't take into account that TypeDoc creates parent modules for projects within monorepos.

6.0.0

30 Jun 16:01
Compare
Choose a tag to compare

BREAKING CHANGES

  • Support changed to TypeDoc version 0.26.x due to a breaking change in TypeDoc's API.

5.1.0

30 Aug 20:31
Compare
Choose a tag to compare

Added

  • Added support for latest TypeDoc version 0.25.x.
  • The plugin now includes typings for its configuation that you can use in your TypeDoc config. (see README)

5.0.1

27 May 10:17
Compare
Choose a tag to compare

Fixed

  • Categories and groups are incomplete when merging modules in a monorepo project.

5.0.0

01 May 10:56
Compare
Choose a tag to compare

BREAKING CHANGES

  • Support changed to TypeDoc versions 0.24.x due to a breaking change in TypeDoc's API.

Fixed

  • Monorepos were not merged correctly in version 4.1.0

4.1.0

23 Apr 09:05
Compare
Choose a tag to compare

Changes

  • Added support for latest TypeDoc version 0.24.x.

4.0.1

09 Jul 14:35
Compare
Choose a tag to compare

Fixed

  • Plugin doesn't rename certain types of default exports.

4.0.0

03 Jul 09:33
Compare
Choose a tag to compare

BREAKING CHANGES

  • Support changed to TypeDoc versions 0.23.x due to a breaking change in TypeDoc's API.

Added

  • Option mergeModulesMergeMode now has a new value module-category to merge modules with the same name but only if they are within the same category.

Fixed

  • Renaming of default exports now also works for: enums, object literals, type literals and type aliases.