Skip to content

Releases: krisztianb/typedoc-plugin-merge-modules

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.

3.1.0

08 Dec 20:04
Compare
Choose a tag to compare

Added

  • When merging modules by name you can use the comment tag @mergeTarget to define the module into which the other modules with the same name should be merged. The comment of this module is used in the resulting module.

3.0.2

18 Sep 17:20
Compare
Choose a tag to compare

Added

  • Add support for TypeDoc version 0.22.

3.0.1

08 Aug 16:17
Compare
Choose a tag to compare

Fixed

  • Plugin doesn't rename default exports of type interface.

3.0.0

18 Jul 15:39
Compare
Choose a tag to compare

Breaking Changes

  • Support changed to TypeDoc verions >=0.21.0 due to a breaking change in TypeDoc's API.