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

Commit 0faffd5

Browse files
committed
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
1 parent 556dbee commit 0faffd5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ rest.js is made available under the MIT license. See LICENSE.txt for details.
235235
Change Log
236236
----------
237237

238-
.next
238+
1.3.0
239239
- response.follow() for easy traversal of hypermedia APIs
240240
- application/hal mime converter supports templated URLs, and resource.requestFor('relationship', request)
241241
- full URI Template (rfc6570) support in rest/util/uriTemplate

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest",
3-
"version": "1.3.0-pre",
3+
"version": "1.3.0",
44
"main": "./browser.js",
55
"moduleType": ["amd", "node"],
66
"dependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rest",
3-
"version": "1.3.0-pre",
3+
"version": "1.3.0",
44
"description": "RESTful HTTP client library",
55
"keywords": ["rest", "http", "client", "rest-template", "spring", "cujojs"],
66
"licenses": [

0 commit comments

Comments
 (0)