github TypeStrong/typedoc v0.16.0
v0.16.0 / v0.16.1

latest releases: v0.25.13, v0.25.12, v0.25.11...
4 years ago

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.

Don't miss a new typedoc release

NewReleases is sending notifications on new releases.