You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,9 @@
221
221
See [internal-docs/custom-themes.md](https://github.com/TypeStrong/typedoc/blob/v0.22.0/internal-docs/custom-themes.md) for documentation on how to create a custom theme in v0.22.
222
222
- Removed the minimal theme that has been mostly broken for a long time.
223
223
- Changed the default `entryPointStrategy` from `expand` to `resolve`.
224
+
- Paths in config files will now be resolved relative to the config file instead of relative to the current working directory.
225
+
- Exclude patterns are now checked against files instead of against each part of the path as traversed, #1399.
226
+
This means that an exclude of `**/someDir` will **not** exclude files in that directory. To exclude files in a directory, specify `**/someDir/**`.
0 commit comments