From acf479de78817562eab563b8f8a63a7aa7d854d9 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Sun, 24 Aug 2014 23:33:26 -0700 Subject: [PATCH] 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 --- README.md | 2 +- bower.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d968e01..1b489c8 100644 --- a/README.md +++ b/README.md @@ -230,7 +230,7 @@ rest.js is made available under the MIT license. See LICENSE.txt for details. Change Log ---------- -.next +1.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 diff --git a/bower.json b/bower.json index 849a969..cb9480e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "rest", - "version": "1.1.1-next", + "version": "1.2.0", "main": "./browser.js", "moduleType": ["amd", "node"], "dependencies": { diff --git a/package.json b/package.json index ee4ee17..e39dbd0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rest", - "version": "1.1.1-next", + "version": "1.2.0", "description": "RESTful HTTP client library", "keywords": ["rest", "http", "client", "rest-template", "spring", "cujojs"], "licenses": [