Releases: krisztianb/typedoc-plugin-merge-modules
Releases · krisztianb/typedoc-plugin-merge-modules
4.0.0
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 valuemodule-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
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
Added
- Add support for TypeDoc version 0.22.
3.0.1
Fixed
- Plugin doesn't rename default exports of type interface.
3.0.0
BREAKING CHANGES
- Support changed to TypeDoc versions >=0.21.0 due to a breaking change in TypeDoc's API.
2.1.1
Fixed
- Plugin would rename default exports when setting option
mergeModulesMergeMode
tooff
.
2.1.0
Added
- New option
mergeModulesMergeMode
to merge by module names or to turn the plugin off.
2.0.0
BREAKING CHANGES
- New option
mergeModulesRenameDefaults
istrue
by default.
Added
- New option
mergeModulesRenameDefaults
to rename default exports.
1.0.0
First release