ESDoc v0.1.3 Release Notes

Release Date: 2015-07-05 // almost 9 years ago
    • Feat
      • Support instance export(#11, #19)
      • export default new Foo()
      • export let foo = new Foo()
      • Support anonymous class/function export (#13)
      • export default class{} and export default function(){}
      • Show a detail log when ESDoc could not process a input code (#14)
      • Support [email protected]:foo/bar.git style url (#22)
    • 🛠 Fix
      • Broken @desc when it has html code (#12)
      • Crash complex ExportDefaultDeclaration and ExportNamedDeclaration(957d61a)
      • Crash when a class extends unexported class (bf87643)
      • Tab in document tag (#20)
    • Internal
      • Change internal tags name (#23)