Features
- Added
Application.EVENT_VALIDATE_PROJECT
event for plugins which implement custom validation, #2183. - Plugins may now return an object from external symbol resolvers, #2066.
- Expose
Comment.displayPartsToMarkdown
on for themes overwriting thecomment
helper, #2115.
Bug Fixes
- Fix crash when converting
export default undefined
, #2175. - Fix error in console when clicking on headings in the readme, #2170.
- TypeDoc will now ignore parameters of callback parameters when validating that all parameters have documentation, #2154.