vue-docgen-api
Advanced tools
Comparing version 4.38.0 to 4.38.1
@@ -6,2 +6,13 @@ # Change Log | ||
## [4.38.1](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.38.0...v4.38.1) (2021-04-13) | ||
### Bug Fixes | ||
* allow function expression validators ([7ece101](https://github.com/vue-styleguidist/vue-styleguidist/commit/7ece101eabcfdfe4003b18587a21e05825d316eb)), closes [#1083](https://github.com/vue-styleguidist/vue-styleguidist/issues/1083) | ||
# [4.38.0](https://github.com/vue-styleguidist/vue-styleguidist/compare/v4.37.2...v4.38.0) (2021-04-10) | ||
@@ -8,0 +19,0 @@ |
@@ -152,3 +152,3 @@ "use strict"; | ||
case 0: | ||
returnedExpression = bt.isMethod(validatorNode) && | ||
returnedExpression = (bt.isMethod(validatorNode) || bt.isFunctionExpression(validatorNode)) && | ||
validatorNode.body.body.length === 1 && | ||
@@ -155,0 +155,0 @@ bt.isReturnStatement(validatorNode.body.body[0]) |
{ | ||
"name": "vue-docgen-api", | ||
"version": "4.38.0", | ||
"version": "4.38.1", | ||
"description": "Toolbox to extract information from Vue component files for documentation generation purposes.", | ||
@@ -53,3 +53,3 @@ "homepage": "https://vue-styleguidist.github.io", | ||
}, | ||
"gitHead": "d87bfa8aca4f7ae824c9c7eefb401ad51e7fe3fd" | ||
"gitHead": "6326490e656fb26356a2af4548c8175a3e3a5933" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
346861