@api-components/amf-helper-mixin
Advanced tools
Comparing version 4.0.13 to 4.0.14
@@ -29,5 +29,5 @@ /** | ||
ns.aml.vocabularies.document.Document = docKey + 'Document'; | ||
// ns.aml.vocabularies.document.SecuritySchemeFragment = docKey + 'SecuritySchemeFragment'; | ||
// ns.aml.vocabularies.document.UserDocumentation = docKey + 'UserDocumentation'; | ||
// ns.aml.vocabularies.document.DataType = docKey + 'DataType'; | ||
ns.aml.vocabularies.document.SecuritySchemeFragment = docKey + 'SecuritySchemeFragment'; | ||
ns.aml.vocabularies.document.UserDocumentation = docKey + 'UserDocumentation'; | ||
ns.aml.vocabularies.document.DataType = docKey + 'DataType'; | ||
// ns.aml.vocabularies.document.Example = docKey + 'Example'; | ||
@@ -34,0 +34,0 @@ ns.aml.vocabularies.document.NamedExamples = docKey + 'NamedExamples'; |
@@ -801,1 +801,23 @@ <a name="2.0.11"></a> | ||
## [4.0.13](https://github.com/advanced-rest-client/amf-helper-mixin/compare/3.0.2...4.0.13) (2019-10-13) | ||
### Bug Fixes | ||
* fixes [#1](https://github.com/advanced-rest-client/amf-helper-mixin/issues/1) (SE-12957) ([7eced33](https://github.com/advanced-rest-client/amf-helper-mixin/commit/7eced33)) | ||
* fixes setting cache value ([05bfb11](https://github.com/advanced-rest-client/amf-helper-mixin/commit/05bfb11)) | ||
* fixing linter error ([73c0cce](https://github.com/advanced-rest-client/amf-helper-mixin/commit/73c0cce)) | ||
* fixing media type placement ([9340378](https://github.com/advanced-rest-client/amf-helper-mixin/commit/9340378)) | ||
* fixing placemenet of SecuritySchemeFragment ([851f686](https://github.com/advanced-rest-client/amf-helper-mixin/commit/851f686)) | ||
* fixing placement of `ParametrizedTrait` ([b7b3cd0](https://github.com/advanced-rest-client/amf-helper-mixin/commit/b7b3cd0)) | ||
* fixing previous fix ¯\_(ツ)_/¯ ([66185a8](https://github.com/advanced-rest-client/amf-helper-mixin/commit/66185a8)) | ||
* fixing type identyfication in compact model ([5d16747](https://github.com/advanced-rest-client/amf-helper-mixin/commit/5d16747)) | ||
### Features | ||
* adding `__amfChanged` cllaback for amf setter ([e0bf834](https://github.com/advanced-rest-client/amf-helper-mixin/commit/e0bf834)) | ||
* adding guard to call `__amfChanged` only once per model ([db717b3](https://github.com/advanced-rest-client/amf-helper-mixin/commit/db717b3)) | ||
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compyte AMF values", | ||
"version": "4.0.13", | ||
"version": "4.0.14", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "amf-helper-mixin.js", |
118806
5