Features
- The
TypeDocOptions
interface now marks options as optional so it no longer has to be wrapped inPartial
for use in config files, #2901. - API: Expose control methods for deferred conversion for plugin use (typedoc-plugin-missing-exports)
- API: Expose method to disable TypeDoc usage of
localStorage
without clearing it, #2908.
Bug Fixes
--watch
can now infer entry points frompackage.json
as supported in non-watch mode, #2899.@include
with regions now works on files with CRLF line endings, #2902.- Generated page names now correctly handles UTF-8 characters requiring more than 16 bits #2905.
- Fixed a crash when converting
module.exports = []
, #2909. - Fixed URL generation which introduced a superfluous
./
in relative links, #2910.