From 0faffd5c1546a0e95ea7687b2d49739c78dcfa54 Mon Sep 17 00:00:00 2001 From: Scott Andrews Date: Sun, 11 Jan 2015 23:41:59 -0800 Subject: [PATCH] Release v1.3.0 - response.follow() for easy traversal of hypermedia APIs - application/hal mime converter supports templated URLs, and resource.requestFor('relationship', request) - full URI Template (rfc6570) support in rest/util/uriTemplate - section aware URI encoding in rest/util/uriEncoder - best fit MIME type resolution, including by suffix (i.e. '+json'). Parsed MIME type provided to converters - installation via jspm and loader support for System.js - support for Android 4.0-5.0 (no code changes required, now actively testing) - support for Safari 8, iOS 8.0 and 8.1 (no code changes required, now actively testing) - raw configuration objects are retained by interceptors, config objects are no longer begotten - transient timeouts via config.transient on rest/interceptor/timeout, allows retry interceptor to wrap timeout - extend JSON converter for custom reviver and replacers - request.mixin properties attempt setting before before and after opening the request. Some browsers (IE) are sensitive to when the properties are set. - wire.js rest factory interceptors now wire configuration objects - normalize responses for linked and embedded resources from application/hal mime converter to always be a ResponsePromise --- 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 f5ea1ac..3c7086e 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ rest.js is made available under the MIT license. See LICENSE.txt for details. Change Log ---------- -.next +1.3.0 - response.follow() for easy traversal of hypermedia APIs - application/hal mime converter supports templated URLs, and resource.requestFor('relationship', request) - full URI Template (rfc6570) support in rest/util/uriTemplate diff --git a/bower.json b/bower.json index 98e65ec..e30a714 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "rest", - "version": "1.3.0-pre", + "version": "1.3.0", "main": "./browser.js", "moduleType": ["amd", "node"], "dependencies": { diff --git a/package.json b/package.json index 639fa98..6c12bab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rest", - "version": "1.3.0-pre", + "version": "1.3.0", "description": "RESTful HTTP client library", "keywords": ["rest", "http", "client", "rest-template", "spring", "cujojs"], "licenses": [