Skip to content

Releases: krisztianb/typedoc-plugin-merge-modules

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 versions >=0.21.0 due to a breaking change in TypeDoc's API.

2.1.1

07 Jun 07:39
Compare
Choose a tag to compare

Fixed

  • Plugin would rename default exports when setting option mergeModulesMergeMode to off.

2.1.0

06 Jun 07:33
Compare
Choose a tag to compare

Added

  • New option mergeModulesMergeMode to merge by module names or to turn the plugin off.

2.0.0

13 Mar 13:45
Compare
Choose a tag to compare

BREAKING CHANGES

  • New option mergeModulesRenameDefaults is true by default.

Added

  • New option mergeModulesRenameDefaults to rename default exports.

1.0.0

30 Jan 21:56
Compare
Choose a tag to compare

First release