Skip to content

3.0.0

Compare
Choose a tag to compare
@krisztianb krisztianb released this 11 Jun 09:56
· 17 commits to main since this release

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)