Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Tags: vue-styleguidist/vue-docgen-api

Tags

v3.7.0

Toggle v3.7.0's commit message
feat: extract type and description of functional props closes #86

v3.6.3

Toggle v3.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: make sure every prop is rendered even if no type (#120) vue-styleguidist/vue-styleguidist#222

v3.6.2

Toggle v3.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add scoped flag to slot descriptor (#118) closes #31

v3.6.1

Toggle v3.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow again use of @event to specify event name (#117) fixes #115

v3.6.0

Toggle v3.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow script and template to load from external files (#111) closes #105

v3.5.4

Toggle v3.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add variable resolution in event doc * test: add immediately resolved event name * extract resolve identifier * fix: add variable resolution in event doc #113

v3.5.3

Toggle v3.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: naming mixup (#112) * remove useless files * fix: make sure that name of mixins do not overload components fixes #110 * fix compiler error * remove sourcemaps from published version

v3.5.2

Toggle v3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: props typed immediately with array return composite (#109) Fixes #108

v3.5.1

Toggle v3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: pickup root comments in template (#107) * fix: pickup root comments in template * fix: test propHandler

v3.5.0

Toggle v3.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add parse options (#104) * feat: add a few options to parse functions add custom handlers for template and script * feat: resolve.module implementation * doc: add some documentation fixes #102