Skip to content

Latest commit

 

History

History
1281 lines (677 loc) · 67.7 KB

CHANGELOG.md

File metadata and controls

1281 lines (677 loc) · 67.7 KB

Change Log

4.74.0

Minor Changes

4.73.1

Patch Changes

4.73.0

Minor Changes

4.72.5

Patch Changes

4.72.3

Patch Changes

4.72.2

Patch Changes

4.71.0

Minor Changes

4.70.0

Minor Changes

4.69.3

Patch Changes

4.69.0

Minor Changes

Patch Changes

  • Updated dependencies [d86476bd]:
    • vue-inbrowser-compiler-independent-utils@4.69.0

4.67.0

Minor Changes

Patch Changes

4.64.1

Patch Changes

4.64.0

Minor Changes

Patch Changes

4.60.0

Patch Changes

4.56.4

Patch Changes

  • #1461 cd7cc3f4 Thanks @chakAs3! - fix(docgen-api) fix issue when Props passed as Reference to Local Type

4.56.2

Patch Changes

4.56.0

Minor Changes

4.54.2

Patch Changes

4.52.0

Minor Changes

Patch Changes

  • Updated dependencies [c38b94a3]:
    • vue-inbrowser-compiler-independent-utils@4.52.0

4.50.0

Patch Changes

  • 6308307b Thanks @elevatebart! - - fix defineExposed into defineExpose
    • add the exposed member to the documentation
  • Updated dependencies [6308307b]:
    • vue-inbrowser-compiler-utils@4.50.0

4.47.1

Patch Changes

  • #1362 368df13f Thanks @chenjuneking! - - fix defineExposed into defineExpose
    • add the exposed member to the documentation
  • Updated dependencies [bbc09354]:
    • vue-inbrowser-compiler-utils@4.47.0

4.47.0

Minor Changes

4.46.1

Patch Changes

  • e8c154eb Thanks @elevatebart! - fix #1326 allow scriptHandler and addScriptHandler to be specified at the same time

4.46.0

Minor Changes

  • #1318 9b1ec66f Thanks @elevatebart! - @example tags can now understand multiline examples

    Every tag can now contain multiple lines except for the following:

    • @slot
    • @ignore
    • @private
    • @public

    If one of those tags is placed at the beginning of the TSDocs block, the next lines are still picked up as the description.

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

4.45.0 (2022-04-29)

Features

  • allow use of multiline examples and types (a95a306), closes #1166

4.44.23 (2022-03-25)

Bug Fixes

  • last babel cheks for const initialization (8587549), closes #1299

4.44.22 (2022-03-18)

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

4.44.21 (2022-03-18)

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

4.44.20 (2022-03-18)

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

4.44.18 (2022-03-10)

Bug Fixes

4.44.17 (2022-02-28)

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

4.44.16 (2022-02-22)

Bug Fixes

  • display richer complex types in setup (2254598)

4.44.2 (2022-01-18)

4.44.15 (2022-01-31)

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

4.44.14 (2022-01-31)

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

4.44.13 (2022-01-31)

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

4.44.12 (2022-01-31)

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

4.44.11 (2022-01-31)

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

4.44.10 (2022-01-31)

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

4.44.9 (2022-01-31)

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

4.44.8 (2022-01-31)

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

4.44.7 (2022-01-31)

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

4.44.6 (2022-01-31)

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

4.44.5 (2022-01-31)

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

4.44.4 (2022-01-31)

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

4.44.3 (2022-01-31)

Bug Fixes

  • display richer complex types in setup (2254598)

4.44.2 (2022-01-18)

Bug Fixes

  • docgen: parse TypeScript types / setup syntax (2346b64)

4.44.1 (2022-01-18)

Bug Fixes

  • docgen: parse withDefaults() for defaults (3ac0759)

4.44.0 (2022-01-17)

Bug Fixes

  • docgen: typings for tests (bf59f31)

Features

  • docgen: add setup syntax api support (127f288)
  • docgen: allow template comments in js (f2811f7)

4.43.3 (2022-01-13)

Bug Fixes

4.43.2 (2022-01-03)

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

4.43.1 (2021-12-23)

Bug Fixes

  • docgen: parse bindings with a dash in jsdoc (b7b0d30), closes #1229
  • have both script & setup in a SFC ignores (3593171)

4.43.0 (2021-11-21)

Bug Fixes

  • docgen: resolve exported displayname (d414c4a), closes #1220

4.42.0 (2021-11-18)

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

4.41.2 (2021-09-09)

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

4.41.1 (2021-08-17)

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

4.41.0 (2021-08-13)

Bug Fixes

  • deps: update all (78807c3)
  • docgen: fix strict alias type to support arrays (47c6f7b)

Features

  • docgen: add support for arrays in aliases (df76397)

4.40.0 (2021-06-07)

Features

  • allow to use the single type as Prop argument (8e2a12d), closes #1034

4.39.0 (2021-05-24)

Features

  • allow extension of component in a local file (1663977)
  • resolve local global variable for mixins (58305f3)

4.38.3 (2021-05-24)

Bug Fixes

  • docgen: multiple class component in same file (cb0e986), closes #1130

4.38.2 (2021-05-11)

Bug Fixes

  • allow for @Emit to be parsed (b1c7285)

4.38.1 (2021-04-13)

Bug Fixes

  • allow function expression validators (7ece101), closes #1083

4.38.0 (2021-04-10)

Features

  • docgen: allow typescript as in exports (0514a86), closes #1066

4.37.0 (2021-04-05)

Features

  • docgen: add support for Identifier when parsing validators (#1076) (5f0d089)

4.36.1 (2021-03-20)

Bug Fixes

  • load export const name = Vue.extends all good (2e760c9), closes #1069

4.36.0 (2021-03-18)

Bug Fixes

  • updrade react-stypeguidist (4823bd2)
  • docgen: ensure pug renders template using html doctype (2f3512b)
  • docgen: html doctype as a default rather than a force (01c921f)

Features

  • docgen: allow slots to be defined by composition API render functions (63f2f35)

4.35.0 (2021-01-26)

Bug Fixes

  • docgen: use the pathResolver from utils (3b77a82)
  • resolve #1042 add basic support for aliases in external src (6d8b5c5)

4.34.2 (2020-12-05)

Bug Fixes

  • docgen: SFC with lang='tsx' support (bd21931)

4.34.1 (2020-11-27)

Bug Fixes

  • docgen: Vue.extends without comments (bf42ccc), closes #1027

4.34.0 (2020-11-25)

Bug Fixes

  • docgen: allow TypeScript to export a constant (353601e), closes #997

4.33.9 (2020-11-16)

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

4.33.7 (2020-11-15)

Bug Fixes

  • docgen: allow Mixins from vue-p-decorator (314686a)

4.33.6 (2020-11-05)

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

4.33.4 (2020-10-22)

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

4.33.2 (2020-10-19)

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

4.33.1 (2020-10-14)

Bug Fixes

  • docgen: allow as const in default (d3f070d)

4.33.0 (2020-10-12)

Features

  • docgen: parse emits option from vue 3 (0469224), closes #965

4.32.4 (2020-09-24)

Bug Fixes

  • docgen: allow base indent in pug templates (0950074), closes #979

4.32.1 (2020-09-08)

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

4.32.0 (2020-09-08)

Bug Fixes

  • parsing of validator with a function ref (17472c3), closes #954

4.31.2 (2020-08-23)

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

4.31.1 (2020-08-20)

Bug Fixes

  • docgen: keep comments in the template in prod (b9e4a89), closes #942

4.31.0 (2020-08-15)

Features

  • docgen: allow destructured children in func (1f9d9b6)
  • docgen: undetecteable slots definition (be867bd)

4.30.0 (2020-08-08)

Bug Fixes

  • slot handler with vue 3 (cec6a54)

Features

  • docgen: make props detector work WIP
  • figure out the move to vue 3 WIP

4.29.1 (2020-07-30)

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

4.28.1 (2020-07-27)

Bug Fixes

  • delegated component exports (046f96b)

4.28.0 (2020-07-21)

Bug Fixes

  • docgen: priority to documented values (696bd87)

Features

  • docgen: detect values in validator (8d681a6)

4.23.1 (2020-05-15)

4.23.0 (2020-05-15)

Features

  • docgen: allow to have more than 1 values tag (3e84005)

4.22.3 (2020-05-12)

Bug Fixes

4.22.2 (2020-05-12)

Bug Fixes

  • docgen: error when parsing default prop (1fe3dfe)

4.22.1 (2020-05-12)

Bug Fixes

  • docgen: object Methods should return regular functions (79a7fa2)
  • avoid error when multiple return in a default (3e4c53d)
  • docgen: correctly extract default values (349ad81)

4.21.0 (2020-05-09)

Features

  • docgen: allow to force events definitions (#854) (7a2105c)

4.20.0 (2020-05-06)

Features

  • docgen: make values work for class type (c003176)
  • docgen: record @type values (452ccb5)
  • docgen: resolve values in as types (7648a4e)

4.19.2 (2020-04-29)

Bug Fixes

  • docgen: allow functional render slots (2b36e38), closes #837
  • docgen: scoped slots bindings can spread (d0a939c), closes #833

4.19.1 (2020-04-28)

4.19.0 (2020-04-24)

Bug Fixes

  • tag titles are no longer filtered out (2a91b3e)
  • docgen: accept named typescript exports (b256b17), closes #813

Features

  • docgen: deal with index as filename (61d28f5)

4.18.0 (2020-04-17)

Bug Fixes

  • docgen: fix ts array, intersection type print (4ca38bf)

Features

  • docgen: accept pug options for the template (c318521)
  • docgen: extract type values properly (6ffd571)

4.16.0 (2020-04-09)

Features

4.15.1 (2020-03-30)

Bug Fixes

  • docgen: allow single slots to not documented (34381d1)

4.15.0 (2020-03-29)

Bug Fixes

Features

  • docgen: parse the throws tag (2f70045)

4.14.0 (2020-03-18)

Features

  • expose typescript types for theming (3110fb5)

4.13.1 (2020-03-03)

Bug Fixes

  • docgen: export iev var names (c02268b)
  • docgen: handlers expressions with multiline (8e7c66c), closes #772
  • multiple exports in parse export default (7bb82dd)
  • sort docs when all promises are resolved (dbaa82e)

4.12.0 (2020-02-25)

Bug Fixes

  • docgen: take mixin order into account (626337e), closes #761

Features

  • docgen: methods returned by other methods (95e648c), closes #765
  • detect when example file loaded twice (e4b1a48)

4.11.0 (2020-02-22)

Bug Fixes

  • only show required props on default examples (0f6bc11)

Features

  • give default examples a variable geometry (535e347)

4.9.0 (2020-02-16)

4.27.1 (2020-07-19)

Bug Fixes

  • docgen: allow export - as - from "-" (f7ac47c), closes #911

4.27.0 (2020-07-17)

Features

  • docgen: resolve dynamic mixins (0dbe049)

4.26.0 (2020-06-29)

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

4.25.0 (2020-06-19)

Features

  • docgen: allow other forms of validation (dd2400c)

4.24.0 (2020-05-28)

Bug Fixes

  • docgen: priority to documented values (696bd87)

Features

  • docgen: detect values in validator (8d681a6)

4.23.1 (2020-05-15)

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

4.23.0 (2020-05-15)

Features

  • docgen: allow to have more than 1 values tag (3e84005)

4.22.3 (2020-05-12)

Bug Fixes

4.22.2 (2020-05-12)

Bug Fixes

  • docgen: error when parsing default prop (1fe3dfe)

4.22.1 (2020-05-12)

Bug Fixes

  • docgen: correctly extract default values (349ad81)
  • avoid error when multiple return in a default (3e4c53d)
  • docgen: object Methods should return regular functions (79a7fa2)

4.21.0 (2020-05-09)

Features

  • docgen: allow to force events definitions (#854) (7a2105c)

4.20.0 (2020-05-06)

Features

  • docgen: make values work for class type (c003176)
  • docgen: record @type values (452ccb5)
  • docgen: resolve values in as types (7648a4e)

4.19.2 (2020-04-29)

Bug Fixes

  • docgen: allow functional render slots (2b36e38), closes #837
  • docgen: scoped slots bindings can spread (d0a939c), closes #833

4.19.1 (2020-04-28)

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

4.19.0 (2020-04-24)

Bug Fixes

  • docgen: accept named typescript exports (b256b17), closes #813
  • tag titles are no longer filtered out (2a91b3e)

Features

  • docgen: deal with index as filename (61d28f5)

4.18.0 (2020-04-17)

Bug Fixes

  • docgen: fix ts array, intersection type print (4ca38bf)

Features

  • docgen: extract type values properly (6ffd571)

4.16.0 (2020-04-09)

Features

4.15.1 (2020-03-30)

Bug Fixes

  • docgen: allow single slots to not documented (34381d1)

4.15.0 (2020-03-29)

Bug Fixes

Features

  • docgen: parse the throws tag (2f70045)

4.14.0 (2020-03-18)

Features

  • expose typescript types for theming (3110fb5)

4.13.1 (2020-03-03)

Bug Fixes

  • multiple exports in parse export default (7bb82dd)
  • sort docs when all promises are resolved (dbaa82e)
  • docgen: export iev var names (c02268b)
  • docgen: handlers expressions with multiline (8e7c66c), closes #772

4.12.0 (2020-02-25)

Bug Fixes

  • docgen: take mixin order into account (626337e), closes #761

Features

  • detect when example file loaded twice (e4b1a48)
  • docgen: methods returned by other methods (95e648c), closes #765

4.11.0 (2020-02-22)

Bug Fixes

  • only show required props on default examples (0f6bc11)

Features

  • give default examples a variable geometry (535e347)

4.9.0 (2020-02-16)

Bug Fixes

  • stop rendering bad event properties (26fccd9)

Features

  • origin column on props event methods & slots (8b0650f)

4.8.1 (2020-02-13)

Bug Fixes

  • protect slots in if statements (1d3d29e), closes #753

4.8.0 (2020-02-12)

Bug Fixes

  • docgen: protect empty comments before slots (6484a10), closes #749

Features

4.7.7 (2020-02-10)

Bug Fixes

  • import of named mixins failing (185fb22)
  • docgen: use webpack modules when resolving paths (6b5b87f), closes #743

4.7.6 (2020-01-23)

Bug Fixes

4.7.5 (2020-01-23)

Bug Fixes

  • docgen: filter components more clearly (09b15e9), closes #735

4.7.4 (2020-01-22)

Bug Fixes

  • docgen: allow multi line root comment (c6eacf7)
  • docgen: docs only vue components (fcc28f6), closes #731
  • docgen: make events parsed in template (e361bef)

4.7.0 (2020-01-20)

Features

4.6.0 (2020-01-19)

Bug Fixes

  • parse should export default cmp if available (753dea4)

Features

4.5.2 (2020-01-17)

Bug Fixes

4.5.0 (2020-01-15)

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

4.4.3 (2020-01-11)

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

4.4.2 (2020-01-10)

Bug Fixes

  • resolve immediately exported vars recursively (7b27480)
  • docgen: origin never cleared (0dc4251)

Performance Improvements

  • avoid looking at node_modules in IEV (55e29e3)
  • use await for reading file async (cf254c0)

4.4.0 (2020-01-09)

Bug Fixes

  • resolve conflicts (ff45137)
  • update error management in docgen loader (f23f267)

Features

  • docgen: add vuetify exported component (932e2ec)

4.3.0 (2020-01-08)

Features

  • docgen: resolve pass through components (07d183f)

4.2.2 (2019-12-18)

Performance Improvements

  • docgen: make sure optional prop are optional (3695ed6)

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