@kentico/kontent-core
Advanced tools
Comparing version 9.0.0-next.2 to 9.0.0
@@ -5,2 +5,20 @@ # Changelog | ||
## [9.0.0](https://github.com/Kentico/kontent-core-js/compare/v8.1.0...v9.0.0) (2021-06-09) | ||
### Features | ||
* adds retry strategy details to response, adds more tests ([a8c2008](https://github.com/Kentico/kontent-core-js/commit/a8c2008638524c354be98643218626a3d244a3f5)) | ||
* adds support for cancelling requests via custom proxy cancel token ([2c48113](https://github.com/Kentico/kontent-core-js/commit/2c4811367111c0bdecae4615d5796b73c9287924)) | ||
* improves TestHttpService & adds http service spec ([9534ca5](https://github.com/Kentico/kontent-core-js/commit/9534ca5bb9e320f3d766ce9b64c933f1ad0914d3)) | ||
* refactors http service to use async & promises, removes rxjs dependency, reworks retry strategy ([fc11a6f](https://github.com/Kentico/kontent-core-js/commit/fc11a6fae557ce2a112fc237faa24edb344e99ba)) | ||
* updates deps ([d4f4c2a](https://github.com/Kentico/kontent-core-js/commit/d4f4c2a38d808898ff3984530c031cd3d2703030)) | ||
### Bug Fixes | ||
* cjs script ([ede96c2](https://github.com/Kentico/kontent-core-js/commit/ede96c2cc55d70468212fb69332a8be6fd8770dc)) | ||
* fixes path to cjs module ([e0570b3](https://github.com/Kentico/kontent-core-js/commit/e0570b3fd5c3c7bf0e3166eb642f78980d3fb3e1)) | ||
* fixes retry attempt index in console ([83e053d](https://github.com/Kentico/kontent-core-js/commit/83e053db21a4871741e980de2166d68b08f50946)) | ||
## [8.1.0](https://github.com/Kentico/kontent-core-js/compare/v8.0.0...v8.1.0) (2021-01-08) | ||
@@ -7,0 +25,0 @@ |
@@ -6,5 +6,5 @@ "use strict"; | ||
host: 'npmjs.com', | ||
version: '9.0.0-next.2', | ||
version: '9.0.0', | ||
name: '@kentico/kontent-core' | ||
}; | ||
//# sourceMappingURL=sdk-info.generated.js.map |
export const sdkInfo = { | ||
host: 'npmjs.com', | ||
version: '9.0.0-next.2', | ||
version: '9.0.0', | ||
name: '@kentico/kontent-core' | ||
}; | ||
//# sourceMappingURL=sdk-info.generated.js.map |
export var sdkInfo = { | ||
host: 'npmjs.com', | ||
version: '9.0.0-next.2', | ||
version: '9.0.0', | ||
name: '@kentico/kontent-core' | ||
}; | ||
//# sourceMappingURL=sdk-info.generated.js.map |
@@ -5,4 +5,4 @@ | ||
host: 'npmjs.com', | ||
version: '9.0.0-next.2', | ||
version: '9.0.0', | ||
name: '@kentico/kontent-core' | ||
}; |
{ | ||
"name": "@kentico/kontent-core", | ||
"version": "9.0.0-next.2", | ||
"version": "9.0.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1588151
1
0