We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6773f10 commit c348426Copy full SHA for c348426
CHANGELOG.md
@@ -46,6 +46,7 @@ title: Changelog
46
- Type `packageOptions` as `Partial<TypeDocOptions>`, #2878.
47
- TypeDoc will now warn if an option which should only be set at the root level is set in `packageOptions`, #2878.
48
- Introduced `@function` tag to force TypeDoc to convert variable declarations with a type annotation as functions, #2881.
49
+- Exposed a `TypeDoc` global object in the HTML theme which can be used to prevent TypeDoc from using `localStorage`, #2872.
50
51
### Bug Fixes
52
@@ -56,6 +57,7 @@ title: Changelog
56
57
58
### Thanks!
59
60
+- @jsmith2-coveo
61
- @phoneticallySAARTHaK
62
- @XeroAlpha
63
0 commit comments