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

Changelog History
Page 3

  • v0.4.0 Changes

    October 04, 2015
    • Feat
      • Support manual(overview, installation, usage, etc) into documentation (#102)
      • Support documentation lint (#103)
  • v0.3.1 Changes

    September 27, 2015
    • 🛠 Fix
      • Multi-line description truncated in summary (#85)
  • v0.3.0 Changes

    September 21, 2015
    • 💥 Breaking
      • Change side bar navigation style (#84)
    • 🛠 Fix
      • Inner link in user markdown (#80)
  • v0.2.6 Changes

    September 13, 2015
    • 🛠 Fix
      • Crash when array destructuring is exist (#77 Thanks @noraesae, #76)
      • Crash when computed property method is exist (#78 Thanks @noraesae, #73)
      • Crash when loading config without .js and .json (#74)
      • Crash when unknown class new expression variable is exist (#75)
  • v0.2.5 Changes

    September 06, 2015
    • Feat
      • Support JavaScript code as esdoc config (#71 Thanks @raveclassic)
      • Add config.includeSource (#67, #68)
      • If you do not want to include source code into documentation, set config.includeSource: false
      • Display undocument lines in source file (#61)
    • 🛠 Fix
      • Excludes member that has same name getter/setter/method (#64, #70)
      • Crash when destructuring is exist at top (#65)
  • v0.2.4 Changes

    August 30, 2015
    • 🛠 Fix
      • Crash if un-initialized let/const variables are exist (#60)
      • Invalid documentation when computed members(this[prop] = 123) are exist (#59)
  • v0.2.3 Changes

    August 29, 2015
    • 🛠 Fix
      • Fail if config.source is ./ (#56)
      • Not match includes, excludes in config (#57)
      • Not process @param in @typedef of function (#58)
  • v0.2.2 Changes

    August 23, 2015
    • 🛠 Fix
      • Badge color (645a256)
      • Crash if package.json is not exits (#50)
    • 🗄 Deprecated
      • config.importPathPrefix (#46)
      • coverage badge in README.md (#47)
  • v0.2.1 Changes

    August 09, 2015
    • 🛠 Fix
      • Fail loading plugin (#44)
  • v0.2.0 Changes

    August 03, 2015
    • Feat
      • Support coverage badge (#34)
      • Plugin feature (#27)
    • 🛠 Fix
      • Anonymous class document tag (#38)
      • Repository style in package.json (#39) Thanks @r7kamura
      • Repeat @typedef in document (#40)