ESDoc v0.5.0 Release Notes

Release Date: 2016-12-25 // over 7 years ago
  • 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)