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.