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

Changelog History
Page 2

  • v0.5.1 Changes

    December 26, 2016
    • ๐Ÿ›  Fix
      • Fix a message when could not parse the codes (a98a83c)
      • Fix a help message (a16e2c1)
  • v0.5.0 Changes

    December 25, 2016

    ESDoc logo was out!

    • ๐Ÿ’ฅ Breaking
    • ๐Ÿ”‹ Feature: ES2015
    • ๐Ÿ”‹ Feature: ES2016
      • Support exponentiation operator (29f6ccc)
    • ๐Ÿ”‹ Feature: ES2017
    • ๐Ÿ”‹ Feature: ECMAScript Proposal (see here)
      • Support class properties (c7b4d9b)
      • Support object rest spread (b58aa05)
      • Support do expressions (33daf5a)
      • Support function bind (5b7a7d0)
      • Support function sent (fe8a265)
      • Support async generators (e6dc2f2)
      • Support decorators (c941951)
      • Support export extensions (parsing syntax only) (8803005)
      • Support dynamic import (d729f5f)
    • ๐Ÿ”‹ Feature: Manual (see here)
      • Support new sections(advanced and design) to manual (2ebb2c6)
      • Improve new manual index page (0d30880)
      • Use manual as global index (a887852)
    • ๐Ÿ”‹ Feature: Config
      • Support automatically finding config (08fa2bc)
      • .esdoc.json in current directory
      • .esdoc.js in current directory
      • esdoc property in package.json
    • Internal
      • Update to babel6 (149914e)
      • Refactor test codes (#324)
      • Remove internal private tags (#325)
      • Use ESLint (#326)
  • v0.4.8 Changes

    August 07, 2016
    • Feat
    • ๐Ÿ›  Fix
      • Not work @link at property description (#246)
      • Crash when function name includes member expression (#297)
  • v0.4.7 Changes

    May 02, 2016
    • ๐Ÿ›  Fix
      • Broken if identifier name is stared with B (#224)
      • Broken dependency package
  • v0.4.6 Changes

    March 06, 2016
    • ๐Ÿ›  Fix
  • v0.4.5 Changes

    February 14, 2016
    • ๐Ÿ›  Fix
      • Make a mistake lint for array destructuring (#178)
      • Comment syntax(white space) is too strict (#181)
      • Broken param parsed result if description has {} (#185)
      • Link does not work when identifier name has $ (#218)
  • v0.4.4 Changes

    February 06, 2016
    • Feat
      • Can resolve import file path that has no file extension (#160)
      • onHandleHTML has the target filename (#175) Thanks @skratchdot
    • ๐Ÿ›  Fix
  • v0.4.3 Changes

    November 02, 2015
    • ๐Ÿ›  Fix
      • Lock npm modules
  • v0.4.2 Changes

    November 01, 2015
    • ๐Ÿ›  Fix
      • Crash when not initialized declaration (#126)
      • Crash when @param description has {@link foo} (#129)
      • Allow particular HTML tags in each descriptions (#130)
      • Crash when record + union type is exists (#152)
  • v0.4.1 Changes

    October 18, 2015
    • ๐Ÿ’ฅ Breaking
      • Support multi files in manual (#124)
    • Feat
      • Support tutorial and configuration in manual (#122)
      • Support image in manual (#123)
    • ๐Ÿ›  Fix
      • Crash if method is generator + computed + member-expression (#107)
      • Not resolved @link in summary (#110)
      • Invalid param name when description has @link (#119)