@api-components/amf-helper-mixin
Advanced tools
Comparing version 4.0.10 to 4.0.11
@@ -125,2 +125,3 @@ /** | ||
ns.aml.vocabularies.shapes.AnyShape = shapesKey + 'AnyShape'; | ||
ns.aml.vocabularies.shapes.SchemaShape = shapesKey + 'SchemaShape'; | ||
ns.aml.vocabularies.shapes.MatrixShape = shapesKey + 'MatrixShape'; | ||
@@ -127,0 +128,0 @@ ns.aml.vocabularies.shapes.TupleShape = shapesKey + 'TupleShape'; |
@@ -717,1 +717,22 @@ <a name="2.0.11"></a> | ||
## [4.0.10](https://github.com/advanced-rest-client/amf-helper-mixin/compare/3.0.2...4.0.10) (2019-10-12) | ||
### 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 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)) | ||
@@ -16,4 +16,2 @@ ns2.aml.vocabularies.document | ||
./api-method-documentation/api-method-documentation.js: this._hasType(item, this.ns.raml.vocabularies.document + 'ParametrizedTrait')); | ||
./api-url-data-model/api-url-data-model.js: if (!model || !this._hasType(model, this.ns.raml.vocabularies.document + 'Document')) { | ||
./api-url-data-model/api-url-data-model.js: if (this._hasType(amf, this.ns.raml.vocabularies.document + 'Document')) { | ||
./api-endpoint-documentation/api-endpoint-documentation.js: const key = this._getAmfKey(this.ns.raml.vocabularies.document + 'extends'); | ||
@@ -20,0 +18,0 @@ ./api-endpoint-documentation/api-endpoint-documentation.js: this._hasType(item, this.ns.raml.vocabularies.document + 'ParametrizedResourceType')); |
@@ -37,7 +37,2 @@ ns.aml.vocabularies.apiContract; | ||
./api-parameters-document/demo/index.js: const key = helper._getAmfKey(helper.ns.raml.vocabularies.http + 'parameter'); | ||
./api-url-data-model/api-url-data-model.js: const key = this._getAmfKey(this.ns.raml.vocabularies.http + 'uriParameter'); | ||
./api-url-data-model/api-url-data-model.js: return this._getValue(endpoint, this.ns.raml.vocabularies.http + 'path'); | ||
./api-url-data-model/api-url-data-model.js: if (this._hasType(amf, this.ns.raml.vocabularies.http + 'EndPoint')) { | ||
./api-url-data-model/test/api-url-data-model.test.js: const key = element._getAmfKey(element.ns.raml.vocabularies.http + 'Server'); | ||
./api-url-data-model/test/api-url-data-model.test.js: const key = element._getAmfKey(element.ns.raml.vocabularies.http + 'Server'); | ||
./api-endpoint-documentation/demo/index.js: name = helper._getValue(item, helper.ns.raml.vocabularies.http + 'path'); | ||
@@ -44,0 +39,0 @@ ./api-endpoint-documentation/demo/index.js: name = helper._getValue(item, helper.ns.raml.vocabularies.http + 'path'); |
@@ -17,3 +17,2 @@ ns2.w3.hydra.core => ns2.aml.vocabularies.apiContract; | ||
./api-method-documentation/api-method-documentation.js: let name = this._getValue(method, this.ns.w3.hydra.core + 'method'); | ||
./api-url-data-model/api-url-data-model.js: const key = this._getAmfKey(this.ns.w3.hydra.supportedOperation); | ||
./api-endpoint-documentation/api-endpoint-documentation.js: const key = this._getAmfKey(this.ns.w3.hydra.supportedOperation); | ||
@@ -20,0 +19,0 @@ ./api-endpoint-documentation/api-endpoint-documentation.js: const method = this._getValue(op, this.ns.w3.hydra.core + 'method'); |
{ | ||
"name": "@api-components/amf-helper-mixin", | ||
"description": "A mixin with common functions user by most AMF components to compyte AMF values", | ||
"version": "4.0.10", | ||
"version": "4.0.11", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "main": "amf-helper-mixin.js", |
141318
1604