Skip to content

Latest commit

 

History

History
242 lines (196 loc) · 17.6 KB

CHANGELOG.md

File metadata and controls

242 lines (196 loc) · 17.6 KB

2.0.0 (2019-01-17)

  • fix: Enable --open (dd63d6d)
  • fix: Invalid link (9bfc5b5)
  • fix: Set publicAccess (2dbe576)
  • refactor: Core module migration to monorepo (2f45b5b)
  • refactor: Exposing the MarkdownResult type (553bbbb)
  • refactor: Make the PropsResult type more reasonable (c16c9b1)
  • refactor: Migrate cli to packages (4da622c)
  • refactor: Optimization code (c19d188)
  • refactor: Provide default values for all cli options (0c3d854)
  • refactor: Reasonable markdown-render (ed469a5)
  • refactor: Remove utils package (5b4c939)
  • refactor: Use interface as comment result type (77ca8f5)
  • feat: [parser]Support component description and recognition of .sync events (96d6b12), closes #27
  • feat: Add onDesc parser option (edf2e57)
  • feat: Support for generating markdown documents and components in the same directory (ee20b28), closes #17
  • feat: Use vue-template-compiler/build to avoid detection of vue versions (77396bf)
  • docs: Add roadmap link (35b9cc5)
  • docs: Supplement the default value of the babel plugin (5490a1f)
  • perf: Generate component description to markdown (752f2b1), closes #26
  • build: basic build setup (e805ab0)
  • build: tweak external (919593c)

1.4.7 (2019-01-12)

  • fix: Allow use of class attributes (31547f8), closes #29
  • fix: Command line arguments are invalid when the configuration file does not exist (34678a6), closes #28
  • chore: Add commitizen badge (bbafe4f)
  • chore: Update issue templates (507b7c3)
  • chore: Update issue templates (1706380)
  • docs: Add an online experience link (fbe0597)

1.4.6 (2019-01-09)

  • refactor: Remove @vue/component-compiler-utils (c58fe71)

1.4.5 (2019-01-09)

1.4.4 (2019-01-09)

1.4.3 (2019-01-08)

1.4.2 (2019-01-08)

  • feat: Avoid generating documents with empty content (ab7c3e3), closes #18

1.4.1 (2019-01-08)

  • fix: Supplement the default babel parser plugin (bafafa9)
  • docs: Add sponsor link to README (c7140ee)
  • docs: Update screenshot (51ef7dd)
  • chore: Add sponsor (a313f09)

1.4.0 (2019-01-07)

1.3.0 (2019-01-07)

BREAKING CHANGE

  • Previously the onProp event was only fired once and the argument to the callback function was a props array. Now the onProp event fires multiple times. The argument to the callback function is a concrete prop.

1.2.0 (2019-01-04)