Skip to content

Commit 25582a7

Browse files
committed
Update changelog
1 parent d02a980 commit 25582a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### Features
44

5+
- Added support for TypeScript 4.8.
56
- Introduced a `skipErrorChecking` option which instructs TypeDoc to not ask TypeScript for compiler errors
67
before attempting to generate documentation. Turning this on may improve generation speed, but could also
78
cause a crash if your code contains compiler errors.
@@ -11,6 +12,12 @@
1112
- Readme files within monorepos now have `@link` tags resolved, #2029.
1213
- Correctly resolve unqualified links to class members within parameters, #2031.
1314
- 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
1421

1522
## v0.23.10 (2022-07-31)
1623

0 commit comments

Comments
 (0)