Releases: krisztianb/typedoc-plugin-replace-text
Releases · krisztianb/typedoc-plugin-replace-text
4.1.0
4.0.0
BREAKING CHANGES
- Support changed to TypeDoc versions 0.26.x due to a breaking change in TypeDoc's API.
- Option 'inIncludedFiles' has been replaced by the option 'inMarkdown' (see README).
3.3.0
Added
- When using a replacer function one now has access to the source code location through the function context "this". (see README example)
3.2.0
Added
- Added support for latest TypeDoc version 0.25.x.
3.1.0
3.0.0
Breaking Changes
- Support changed to TypeDoc versions 0.24.8 and above because we need a new TypeDoc event to fix a bug properly.
Added
- You can now define a replacer function in your config that is called for each pattern match. (see Issue #4 on GH)
Fixed
- Option
inIncludedFiles
is too greedy and overrides the other options when set totrue
. (see Issue #5 on GH)
2.2.0
Changes
- Added support for latest TypeDoc version 0.24.x.
2.1.0
Changes
- Option value
inIncludedFiles
now also applies to all included markdown files.
2.0.0
Breaking Changes
- Support changed to TypeDoc versions 0.23.x due to a breaking change in TypeDoc's API.
1.0.0
First release