Skip to content

Releases: krisztianb/typedoc-plugin-replace-text

3.3.0

21 Jan 10:04
Compare
Choose a tag to compare

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

01 Sep 20:19
Compare
Choose a tag to compare

Added

  • Added support for latest TypeDoc version 0.25.x.

3.1.0

16 Jul 08:49
Compare
Choose a tag to compare

Added

  • The plugin now includes typings for its configuation that you can use in your TypeDoc config. (see Issue #6 on GH)

3.0.0

11 Jun 09:56
Compare
Choose a tag to compare

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 to true. (see Issue #5 on GH)

2.2.0

15 Apr 10:08
Compare
Choose a tag to compare

Changes

  • Added support for latest TypeDoc version 0.24.x.

2.1.0

26 Oct 08:58
Compare
Choose a tag to compare

Changes

  • Option value inIncludedFiles now also applies to all included markdown files.

2.0.0

09 Jul 15:06
Compare
Choose a tag to compare

Breaking Changes

  • Support changed to TypeDoc versions 0.23.x due to a breaking change in TypeDoc's API.

1.0.0

07 Apr 19:26
Compare
Choose a tag to compare

First release