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

Commit acf479d

Browse files
committed
Release v1.2.0
- deprecated rest/interceptor/entity: instead use response.entity() - deprecated and removed wire.js reference resolves 'client!' and 'resource!', instead use the 'rest/wire' factory - deprecated and removed Dojo store support - separate browser and node main modules, browser consumers should switch their main module from 'rest/rest' to 'rest/browser'. This allows tools such as browerify and webpack to more intelligently reason about the module structure. - Multipart requests for browsers that support FormData (sorry IE 6-9). Thanks @mjackson - mixin property support in defaultRequest interceptor. Thanks @jiangtyd - allow location interceptor to be applied based on the status code. Thanks @phillipj - better support for file:// URL via the XHR client
1 parent 3808ae6 commit acf479d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ rest.js is made available under the MIT license. See LICENSE.txt for details.
230230
Change Log
231231
----------
232232

233-
.next
233+
1.2.0
234234
- deprecated rest/interceptor/entity: instead use response.entity()
235235
- deprecated and removed wire.js reference resolves 'client!' and 'resource!', instead use the 'rest/wire' factory
236236
- deprecated and removed Dojo store support

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": "1.1.1-next",
3+
"version": "1.2.0",
44
"main": "./browser.js",
55
"moduleType": ["amd", "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": "1.1.1-next",
3+
"version": "1.2.0",
44
"description": "RESTful HTTP client library",
55
"keywords": ["rest", "http", "client", "rest-template", "spring", "cujojs"],
66
"licenses": [

0 commit comments

Comments
 (0)