- Fix
- Broken if identifier name is stared with
B
(#224)
- Broken if identifier name is stared with
- Fix
- Fix
- Feat
- Can resolve import file path that has no file extension (#160)
onHandleHTML
has the target filename (#175) Thanks @skratchdot
- Fix
- Breaking document if comment has tab (#127) Thanks @developit
- Crash indirect instance export (#166) Thanks @kogai
- Fix
- Lock npm modules
- Fix
- Breaking
- Support multi files in manual (#124)
- Feat
- Fix
- Feat
- Fix
- Multi-line description truncated in summary (#85)
- Fix
- Feat
- Fix
- Fix
- Fix
- Fix
- Deprecated
- Fix
- Fail loading plugin (#44)
- Feat
- Fix
- Feat
- Fix
- Crash when object pattern argument does not have @param (#24)
- Feat
- Support instance export(#11, #19)
export default new Foo()
export let foo = new Foo()
- Support anonymous class/function export (#13)
export default class{}
andexport default function(){}
- Show a detail log when ESDoc could not process a input code (#14)
- Support
git@github.com:foo/bar.git
style url (#22)
- Support instance export(#11, #19)
- Fix
- Internal
- Change internal tags name (#23)
- Breaking Changes
- drop
esdoc ./path/to/dir
implementation (b4d2121)
- drop
- Fix
- First release