Skip to content

Latest commit

 

History

History
553 lines (172 loc) · 16.6 KB

File metadata and controls

553 lines (172 loc) · 16.6 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

4.2.0 (2019-12-10)

Features

  • detect model property (1c28167), closes #654
  • docgen: allow to customize validExtends (eb966c5)

4.1.2 (2019-12-08)

Note: Version bump only for package vue-docgen-api

4.1.1 (2019-12-05)

Note: Version bump only for package vue-docgen-api

4.1.0 (2019-12-04)

Bug Fixes

Features

  • docgen: multi-components in a file (3790837)

4.0.7 (2019-12-01)

Bug Fixes

  • docgen: avoid incorrect of getting nested '}' param type (5df05e0)

4.0.5 (2019-11-20)

Bug Fixes

  • docgen: ensure custom handlers are actually run (7a0ac62)

4.0.4 (2019-11-19)

Bug Fixes

  • docgen: fixed description extraction on non-SFC components (85626fc)

4.0.1 (2019-11-15)

Note: Version bump only for package vue-docgen-api

4.0.0-beta.20 (2019-11-15)

Note: Version bump only for package vue-docgen-api

4.0.0-beta.17 (2019-11-14)

Features

  • docgen: refactor bindings (b501f82)
  • use bindings comments in styleguidist (4fb6551)

4.0.0-beta.15 (2019-11-13)

Bug Fixes

  • docgen: avoid setting exportName to deps (230e1e3)

Features

4.0.0-beta.12 (2019-11-06)

Features

  • cli: expose docgen-cli config interfaces (25f0744)

4.0.0-beta.10 (2019-10-30)

Note: Version bump only for package vue-docgen-api

4.0.0-beta.8 (2019-10-28)

Bug Fixes

  • docgen: avoid outputing empty array (51d42bf)

Features

  • emit types for vue-styleguidist (f0af958)

4.0.0-beta.7 (2019-10-25)

Note: Version bump only for package vue-docgen-api

4.0.0-beta.6 (2019-10-24)

Note: Version bump only for package vue-docgen-api

4.0.0-beta.5 (2019-10-24)

Note: Version bump only for package vue-docgen-api

4.0.0-beta.3 (2019-10-24)

Note: Version bump only for package vue-docgen-api

4.0.0-beta.1 (2019-10-23)

Note: Version bump only for package vue-docgen-api

3.25.1-beta.1 (2019-10-23)

Bug Fixes

  • docgen: make docgen output arrays only (d456c6c)

Code Refactoring

  • docgen: make function docgen.parse async (e17680b)
  • docgen: make required always a boolean (03bc88e)

BREAKING CHANGES

  • docgen: props, events, methods and slots are now all arrays

Co-authored-by: Sébastien D. demsking@gmail.com

  • docgen: required for props is never a string anymore
  • docgen: docgen becomes async, so do all of the handlers

3.25.1-beta.0 (2019-10-23)

3.26.0 (2019-10-25)

Bug Fixes

  • docgen: allow for multiple times the same tag (68a0204)

3.25.0 (2019-10-15)

Features

  • docgen: add origin to documentation object (31e2fe2), closes #594
  • docgen: allow wrap export in if (5744801)

3.24.2 (2019-09-26)

Bug Fixes

  • docgen: detetct scopedSlots in render() (5e7015d), closes #586

3.24.1 (2019-09-26)

Bug Fixes

  • docgen: allow default to be a method (40ec2ae)

3.23.1 (2019-09-20)

Bug Fixes

  • docgen: allow default to be a string key (1fa756f), closes #581
  • extend quoting to methods and props (10e2b3e)

3.22.3 (2019-09-12)

Bug Fixes

  • look at statements for description (71969bf)

3.22.0 (2019-08-19)

Features

3.20.0 (2019-08-10)

Features

  • docgen: expose docs block in dogen-api (4565559)

3.19.5 (2019-08-07)

Note: Version bump only for package vue-docgen-api

3.19.3 (2019-08-06)

Note: Version bump only for package vue-docgen-api

3.17.0 (2019-07-23)

Bug Fixes

  • docgen: allow document scopedSlots in render (31a7e07), closes #174

3.16.3 (2019-07-19)

Bug Fixes

3.16.0 (2019-07-15)

Bug Fixes

  • docgen: allow for v-model in functional components (8884e62), closes #493

3.15.4 (2019-07-07)

Bug Fixes

  • allow importing non component files (5aa59a6), closes #436
  • transform error into warning when NOENT (296e1cd)
  • docgen: avoid parse files that are'nt potential components (4b1e43b), closes #436
  • docgen: resolve es6 modules properly (1b4eb0a), closes #478

3.15.3 (2019-07-02)

Bug Fixes

  • docgen: make aliases only path parts instead of letters (b83e235), closes #478

3.15.2 (2019-07-02)

Bug Fixes

  • add simple bindings detection (31a3fca)
  • make (Vue as VueConstructor) resolved (b7ed624)
  • docgen: adapt method handler to default params (4f67f4e), closes #476
  • docgen: make v-bind have a separate treatment (cee2a9b), closes #469

3.15.0 (2019-06-19)

Bug Fixes

  • docgen: fix template parsing expressions (56a2e05)

Features

  • docgen: add external proptypes parsing for docgen (eaa4748), closes #465
  • docgen: support ts prop types (c57c243), closes #413

3.14.5 (2019-06-14)

Bug Fixes

  • docgen: fixed multiple use of same event needing desc (329f66a), closes #459

3.14.4 (2019-06-14)

Bug Fixes

  • update dependencies to re-enable HMR (860e3bc)
  • docgen: get slot and scoped slot description in render without JSX (33086cf)

3.13.8 (2019-05-29)

Note: Version bump only for package vue-docgen-api

3.13.5 (2019-05-22)

Bug Fixes

  • Additionally try absolute require.resolve in resolvePathFrom (d1be583)
  • Look through all roots. (3641e4c)

3.13.4 (2019-05-15)

Bug Fixes

  • docgen: fix node_modules mixins parsing (a4eed84), closes #416
  • make sure node_module resolved path ignored (7a1092a)

3.12.0 (2019-04-25)

Bug Fixes

  • docgen: allow for not parsing jsx (8b669f3)
  • docgen: give better error message lines (9b04cc4)

Features

  • docgen: add jsx option to docgen (0ce2a9e)

3.11.6 (2019-04-23)

Bug Fixes

3.11.4 (2019-04-03)

Bug Fixes

3.11.3 (2019-04-01)

Bug Fixes

  • docgen: protect uresolved events (09d970f), closes #363

3.11.2 (2019-03-28)

Note: Version bump only for package vue-docgen-api

3.11.1 (2019-03-28)

Bug Fixes

3.11.0 (2019-03-26)

Note: Version bump only for package vue-docgen-api