Releases: TypeStrong/typedoc
Releases Β· TypeStrong/typedoc
v0.16.2
Features β¨
- Plugins may now use the
@Option
decorator to declare options. (#1165)
Fixed π
@param
and@returns
are overly sensitive to whitespace (#1164)- TypeDoc is missing exported values to set options without importing internals (#1163)
Changed π¦
- TypeDoc's tests now run in ~30 seconds instead of 3 minutes, making for a much better development experience (#1156)
v0.16.0 / v0.16.1
Features β¨
- In modules mode, export declarations are now resolved.
- Support for
import x =
Fixed π
expandInputFiles
will no longer throw if the input directory includes a symbolic link (#751)- Nested object literals are now correctly marked as exported (#1103)
- Resolve and link
TypeOperatorType
types (#1161)
Breaking Changes β οΈ
- With
--mode file
, all declarations are now considered exported. - When using the programmatic API, if you want to automatically read
tsconfig.json
andtypedoc.json
you must add the readers to theOptions
class onApplication
typedoc.js
may no longer return a function to be called to set options.Options
now calls the registered option readers instead of firing an event.- Programmatic users must call
app.bootstrap
with their options instead ofnew App(options)
Thanks! π
TypeDoc would be far worse off without these people's help.
v0.15.8
v0.15.7
v0.15.6
Fixed π
- When using recursive types TypeDoc ran out of memory (#1150)
- Improved performance by ~20% when
--ignoreCompilerErrors
is passed by not asking TypeScript for the errors (#1032) - Fixes included in typedoc-default-themes@0.6.3
Features β¨
- Support for TS2.8 conditional types (#831)
- Support for indexed-access types (#1153)
- The
@packageDocumentation
tag can now be used to mark a comment as a file comment. Docs (#603, #1080)
Changes π¦
- TypeDoc now includes the package version in the documentation (#544)
Thanks π
v0.15.5
v0.15.4 - Incremental builds + Computed names
v0.15.3 - Bug fixes
TypeScript 3.7 Recovery
TypeScript 3.7
Features β¨
- Updates included in typedoc-default-themes v0.6.1
- Support linking to declaration files (#1117)
- Upgrade to TS 3.7 (#1129)
Fixes π
- Avoid unnecessary outer directory searches (#1082)
- Ignore
emitDeclarationOnly
andincremental
TypeScript options (#1104, #1105) - HTML-escape identifiers in the
wbr
helper (TypeStrong/typedoc-default-themes#58)
Documentation π
- Improve
toc
option description (#1111)
Changes π¦
Thanks π
Thanks to those who identified issues and for the following code contributors: