Releases: krisztianb/typedoc-plugin-merge-modules
Releases · krisztianb/typedoc-plugin-merge-modules
6.0.3
6.0.2
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
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
BREAKING CHANGES
- Support changed to TypeDoc version 0.26.x due to a breaking change in TypeDoc's API.
5.1.0
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
Fixed
- Categories and groups are incomplete when merging modules in a monorepo project.
5.0.0
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
Changes
- Added support for latest TypeDoc version 0.24.x.
4.0.1
Fixed
- Plugin doesn't rename certain types of default exports.
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.