All Versions
35
Latest Version
Avg Release Cycle
42 days
Latest Release
2160 days ago

Changelog History
Page 4

  • v0.1.4 Changes

    July 20, 2015
    • Feat
      • Support Complex class extends (#26)
      • Support caption tag in @example (#33)
      • Support separated function and variable exporting (#30)
    • ๐Ÿ›  Fix
      • Crash when object pattern argument does not have @param (#24)
  • v0.1.3 Changes

    July 05, 2015
    • 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)
  • v0.1.2 Changes

    June 06, 2015
    • ๐Ÿ’ฅ Breaking Changes
      • drop esdoc ./path/to/dir implementation (b4d2121)
    • ๐Ÿ›  Fix
      • Fail parsing of React JSX syntax (#3). Thank you @koba04
      • Home link does not work as expected (97f47cf)
      • Separated export is not shown in document (6159c3a)
      • Crash when a class extends nested super class. (2d634d0)
      • Web font loading protocol (5ba8d82)
  • v0.1.1 Changes

    May 10, 2015
  • v0.1.0 Changes

    May 05, 2015
    • ๐Ÿš€ First release