Skip to content

Roadmap of ESDoc ~~v1.0.0~~ v0.5.0 #293

@h13i32maru

Description

@h13i32maru

The following changes are completion, and I will release ESDoc v1.0.0.

v0.5.0

Internal

Breaking

Refactoring

ES2015

  • enable exporting arrow function 964eda3

ES2016

ES2017

Experimental Proposal

Feature

  • add new sections to manual 2ebb2c6
    • advanced
    • design
  • manual index
    • card index
    • user index
    • global index
  • variation of config 08fa2bc
    • .esdoc.json
    • .esdoc.js
    • esdoc in package.json
  • change structure of manual 73dc0cb
  • manual coverage in badge 3fe1a84
  • adjust visual

Document

  • new features 476ce2c
    • logo
    • config.experimentalProposal
    • config.manual.globalIndex
    • config.manual.index
    • config.manual.design
    • config.manual.advanced
    • require node v6 or later
    • ES features table ES2015/ES2016/ES2017/Experimental
  • usage 35bcfe5
    • usage
    • quick start
    • .esdoc.json, .esdoc.js and esdoc in package.json
  • use ESDoc manual as site f377d6b

Hosting

  • update latest ESDoc
  • update node v6

Next

Improve Export Syntax

  • export * from 'mod'
  • export {x} from "mod"
  • export {x as v} from "mod"
  • export { default as someIdentifier } from "mod"
  • export * as ns from 'mod' (in proposal)
  • export v from "mod" (in proposal)
  • export v, {x, y as w} from "mod" (in proposal)
  • export default from "mod" (in proposal)

Feature

  • markdown publisher (maybe)
  • enhance side menu bar for function based code
    • but I have no idea...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions