File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### Features
4
4
5
+ - Added support for TypeScript 4.8.
5
6
- Introduced a ` skipErrorChecking ` option which instructs TypeDoc to not ask TypeScript for compiler errors
6
7
before attempting to generate documentation. Turning this on may improve generation speed, but could also
7
8
cause a crash if your code contains compiler errors.
11
12
- Readme files within monorepos now have ` @link ` tags resolved, #2029 .
12
13
- Correctly resolve unqualified links to class members within parameters, #2031 .
13
14
- TypeDoc will now consider other reflections with the same name as parents when resolving links, #2033 .
15
+ - The "Hierarchy" and "Type Parameters" helpers on ` DefaultThemeRenderContext ` now contain all the HTML for their sections of the page, #2038 .
16
+
17
+ ### Thanks!
18
+
19
+ - @citkane
20
+ - @kaphula
14
21
15
22
## v0.23.10 (2022-07-31)
16
23
You can’t perform that action at this time.
0 commit comments