- Support TypeDoc 0.26
- BREAKING: Drop support for TypeDoc before 0.26.
- Added
--collapseInternalModule
option.
- Fixed an issue where if a re-exported symbol referenced an internal symbol, and more than one entry point was provided to TypeDoc, this plugin would add the internal symbol to the last module, rather than the one it was associated with, #22.
- Added
--placeInternalsInOwningModule
option.
- Added support for TypeDoc 0.25.x
- Fixed memory leak when running in watch mode / packages mode, TypeStrong/typedoc#2339
- BREAKING: Drop support for TypeDoc 0.22 and 0.23
- BREAKING: Will now create an
<internals>
module rather than a namespace to allow support for referenced default exports, #15. - BREAKING: Renamed
internalNamespace
option tointernalModule
- Add support for TypeDoc 0.23.x
- Dropped support for Node 12.
- Fix crash if
@types/node
is installed andGlobal
is referenced, #5.
- Fix crash if
@types/node
is installed andDate
is referenced, #5.
- Fix crash if a module without types is referenced as a type, #3.
- Fix broken published package again.
- Fix broken published package.
- Add repo info for linking to plugin from npm.