@jdfed/ajv
Advanced tools
Comparing version 0.7.0-alpha.0 to 0.7.0
@@ -6,2 +6,12 @@ # Change Log | ||
## [0.7.0](https://github.com/jdfed/drip-form/compare/v0.6.0...v0.7.0) (2022-03-14) | ||
### Features | ||
* add ajvOptions prop to customize ajv configurationn ([#148](https://github.com/jdfed/drip-form/issues/148)) ([cfe27e9](https://github.com/jdfed/drip-form/commit/cfe27e9f9a1be5a183e4810200020caba77f7c3a)) | ||
* unitedSchema JSON add requiredMode configuration ([#150](https://github.com/jdfed/drip-form/issues/150)) ([7e717ef](https://github.com/jdfed/drip-form/commit/7e717ef9431228809fd5f2d3908a274f181225ec)) | ||
## [0.6.0](https://github.com/jdfed/drip-form/compare/v0.5.0...v0.6.0) (2022-01-24) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "@jdfed/ajv", | ||
"version": "0.7.0-alpha.0", | ||
"version": "0.7.0", | ||
"description": "drip ajv核心包", | ||
@@ -37,4 +37,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@jdfed/drip-form-plugin-formats": "^0.6.0", | ||
"@jdfed/drip-form-plugin-keywords": "^0.6.0", | ||
"@jdfed/drip-form-plugin-formats": "^0.7.0", | ||
"@jdfed/drip-form-plugin-keywords": "^0.7.0", | ||
"ajv": "^8.6.2", | ||
@@ -46,3 +46,3 @@ "ajv-errors": "^3.0.0", | ||
}, | ||
"gitHead": "d85869e8793027f5fa64599b3e071a5744fd463d" | ||
"gitHead": "592df5910a303db43243f7002101d5d4cbeeaa0b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
232211
+ Added@jdfed/drip-form-plugin-formats@0.7.0(transitive)
+ Added@jdfed/drip-form-plugin-keywords@0.7.0(transitive)
- Removed@jdfed/drip-form-plugin-formats@0.6.0(transitive)
- Removed@jdfed/drip-form-plugin-keywords@0.6.0(transitive)