Skip to content

v0.16.0 / v0.16.1

Compare
Choose a tag to compare
@Gerrit0 Gerrit0 released this 12 Jan 18:47
· 1666 commits to master since this release

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 and typedoc.json you must add the readers to the Options class on Application
  • 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 of new App(options)

Thanks! πŸ‘

TypeDoc would be far worse off without these people's help.