Skip to content
This repository was archived by the owner on Jun 7, 2019. It is now read-only.

Commit 4bd359d

Browse files
committed
Release v2.0.0
- MAJOR: Drop hard when.js dependency in favor of ES6 Promise API. See https://github.com/cujojs/when/blob/master/docs/es6-promise-shim.md to use when.js as an ES6 Promise polyfill. - MAJOR: AMD modules are no longer supported. curl.js users can use the cjsm11 loader, see https://github.com/cujojs/curl#api-at-a-glance - Moved path token param replacement from the clients into the `rest/interceptor/params` interceptor, which is also deprecated. The behavior will no longer be applied automatically in the client. Using the `rest/interceptor/template` interceptor is far more powerful and preferred. - Fixed an issue preventing uri template exploded values from expanding correctly. - Update tested environments: - Android 5.1, 4.4 and 4.3 - Chrome latest - Edge latest - Firefox latest, 45 ESR, 38 ESR - Node 0.10, 4, 6 - IE 11 - iOS 8 and 9 - Safari 8 and 9 - Removed old IE XDomainRequest client and xhr and xdr interceptors - mime interceptor no longer sets Content-Type on requests without an entity
1 parent d613afe commit 4bd359d

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ rest.js is made available under the MIT license. See LICENSE.txt for details.
234234
Change Log
235235
----------
236236

237-
.next
237+
2.0.0
238238
- MAJOR: Drop hard when.js dependency in favor of ES6 Promise API. See https://github.com/cujojs/when/blob/master/docs/es6-promise-shim.md to use when.js as an ES6 Promise polyfill.
239239
- MAJOR: AMD modules are no longer supported. curl.js users can use the cjsm11 loader, see https://github.com/cujojs/curl#api-at-a-glance
240240
- Moved path token param replacement from the clients into the `rest/interceptor/params` interceptor, which is also deprecated. The behavior will no longer be applied automatically in the client. Using the `rest/interceptor/template` interceptor is far more powerful and preferred.
@@ -249,7 +249,6 @@ Change Log
249249
- iOS 8 and 9
250250
- Safari 8 and 9
251251
- Removed old IE XDomainRequest client and xhr and xdr interceptors
252-
- include requested URL on response object
253252
- mime interceptor no longer sets Content-Type on requests without an entity
254253

255254
1.3.2

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest",
3-
"version": "2.0.0-pre",
3+
"version": "2.0.0",
44
"main": "./browser.js",
55
"moduleType": ["node"],
66
"dependencies": {},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest",
3-
"version": "2.0.0-pre",
3+
"version": "2.0.0",
44
"description": "RESTful HTTP client library",
55
"keywords": ["rest", "http", "client", "rest-template", "spring", "cujojs"],
66
"license": "MIT",

0 commit comments

Comments
 (0)