@atlaskit/util-service-support
Advanced tools
Comparing version 2.0.10 to 2.0.11
# @atlaskit/util-service-support | ||
## 2.0.11 | ||
- [patch] Update changelogs to remove duplicate [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17) | ||
- [none] Updated dependencies [cc58e17](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/cc58e17) | ||
- @atlaskit/docs@4.1.1 | ||
## 2.0.10 | ||
- [none] Updated dependencies [9d20f54](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d20f54) | ||
- @atlaskit/docs@4.1.0 | ||
- [none] Updated dependencies [21373ab](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/21373ab) | ||
- @atlaskit/docs@4.1.0 | ||
- [none] Updated dependencies [179007a](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/179007a) | ||
- @atlaskit/docs@4.1.0 | ||
- [none] Updated dependencies [dda4ec8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/dda4ec8) | ||
- @atlaskit/docs@4.1.0 | ||
- [patch] Updated dependencies [27571e5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/27571e5) | ||
- @atlaskit/docs@4.1.0 | ||
@@ -38,25 +30,15 @@ ## 2.0.9 | ||
## 2.0.4 (2018-02-06) | ||
* bug fix; added omitCredentials to SecurityOptions ([88cb203](https://bitbucket.org/atlassian/atlaskit/commits/88cb203)) | ||
## 2.0.3 (2017-12-26) | ||
* bug fix; remove @atlaskit/util-common-test from devDependencies ([e9faeab](https://bitbucket.org/atlassian/atlaskit/commits/e9faeab)) | ||
* bug fix; add url-search-params as a dependency (issues closed: fs-1091) ([b33cdcf](https://bitbucket.org/atlassian/atlaskit/commits/b33cdcf)) | ||
## 2.0.2 (2017-09-12) | ||
* bug fix; requestService can handle 204 responses with no content ([edf13d5](https://bitbucket.org/atlassian/atlaskit/commits/edf13d5)) | ||
## 2.0.1 (2017-07-24) | ||
* fix; make sure types from utils are exports (extracted types to separate file) ([ebde291](https://bitbucket.org/atlassian/atlaskit/commits/ebde291)) | ||
## 1.0.0 (2017-07-24) | ||
* feature; extract common service integration code into a shared library ([5714832](https://bitbucket.org/atlassian/atlaskit/commits/5714832)) |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "2.0.9" | ||
"version": "2.0.10" | ||
} |
{ | ||
"name": "@atlaskit/util-service-support", | ||
"version": "2.0.10", | ||
"version": "2.0.11", | ||
"description": "A library of support classes for integrating React components with REST HTTP services", | ||
@@ -30,3 +30,3 @@ "config": { | ||
"devDependencies": { | ||
"@atlaskit/docs": "^4.1.0", | ||
"@atlaskit/docs": "^4.1.1", | ||
"fetch-mock": "^5.12.1" | ||
@@ -33,0 +33,0 @@ }, |
41097