All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
6.0.3 - 2024-10-25
- Category descriptions and group descriptions were missing when merging into the project root.
6.0.2 - 2024-10-13
- 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 - 2024-09-22
- 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 - 2024-06-30
- Support changed to TypeDoc version 0.26.x due to a breaking change in TypeDoc's API.
5.1.0 - 2023-08-30
- 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 - 2023-05-27
- Categories and groups are incomplete when merging modules in a monorepo project.
5.0.0 - 2023-05-01
- Support changed to TypeDoc versions 0.24.x due to a breaking change in TypeDoc's API.
- Monorepos were not merged correctly in version 4.1.0
4.1.0 - 2023-04-23
- Added support for latest TypeDoc version 0.24.x.
4.0.1 - 2022-07-09
- Plugin doesn't rename certain types of default exports.
4.0.0 - 2022-07-03
- Support changed to TypeDoc versions 0.23.x due to a breaking change in TypeDoc's API.
- Option
mergeModulesMergeMode
now has a new valuemodule-category
to merge modules with the same name but only if they are within the same category.
- Renaming of default exports now also works for: enums, object literals, type literals and type aliases.
3.1.0 - 2021-12-08
- 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 - 2021-09-18
- Add support for TypeDoc version 0.22.
3.0.1 - 2021-08-08
- Plugin doesn't rename default exports of type interface.
3.0.0 - 2021-07-18
- Support changed to TypeDoc versions >=0.21.0 due to a breaking change in TypeDoc's API.
2.1.1 - 2021-06-07
- Plugin would rename default exports when setting option
mergeModulesMergeMode
tooff
.
2.1.0 - 2021-06-06
- New option
mergeModulesMergeMode
to merge by module names or to turn the plugin off.
2.0.0 - 2021-03-13
- New option
mergeModulesRenameDefaults
istrue
by default.
- New option
mergeModulesRenameDefaults
to rename default exports.
1.0.0 - 2021-01-30
First release