From 991f6d1c618424adb6e7df24b216f3198c08f8e3 Mon Sep 17 00:00:00 2001 From: guylabs Date: Fri, 28 Oct 2016 07:35:12 +0200 Subject: [PATCH] (chore): prepare 0.4.5 release --- RELEASENOTES.md | 10 ++++++++++ bower.json | 2 +- dist/angular-spring-data-rest.js | 6 +++--- dist/angular-spring-data-rest.min.js | 2 +- package.json | 2 +- 5 files changed, 16 insertions(+), 6 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ecf7862..c3ec45d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,5 +1,15 @@ # Release notes of angular-spring-data-rest +## Version 0.4.5 + +* Tag: [0.4.5](https://github.com/guylabs/angular-spring-data-rest/tree/0.4.5) +* Release: [angular-spring-data-rest-0.4.5.zip](https://github.com/guylabs/angular-spring-data-rest/archive/0.4.5.zip) + +### Changes + +* Upgraded to the latest Angular 1.5.x version. See [#21](https://github.com/guylabs/angular-spring-data-rest/issues/21) for details. +* Add new flag `fetchMultiple` to support fetching the same link multiple times. See [#23](https://github.com/guylabs/angular-spring-data-rest/issues/23) for details. + ## Version 0.4.4 * Tag: [0.4.4](https://github.com/guylabs/angular-spring-data-rest/tree/0.4.4) diff --git a/bower.json b/bower.json index 8a21efd..a51c031 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "angular-spring-data-rest", - "version": "0.4.4", + "version": "0.4.5", "description": "An AngularJS module to ease the work with a Spring Data REST backend.", "main": "./dist/angular-spring-data-rest.js", "license": "MIT", diff --git a/dist/angular-spring-data-rest.js b/dist/angular-spring-data-rest.js index 4134891..c54527f 100644 --- a/dist/angular-spring-data-rest.js +++ b/dist/angular-spring-data-rest.js @@ -4,7 +4,7 @@ /** * @module spring-data-rest - * @version 0.4.4 + * @version 0.4.5 * * An AngularJS module to ease the work with a Spring Data REST backend. */ @@ -12,7 +12,7 @@ angular.module("spring-data-rest", ["ngResource"]); /** * @module spring-data-rest - * @version 0.4.4 + * @version 0.4.5 * * Provider for the SpringDataRestAdapter which is the core of this module. */ @@ -393,7 +393,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function () }); /** * @module spring-data-rest - * @version 0.4.4 + * @version 0.4.5 * * Provider for the interceptor which wraps the SpringDataRestAdapter around the response object. */ diff --git a/dist/angular-spring-data-rest.min.js b/dist/angular-spring-data-rest.min.js index 22b4dd6..4791b31 100644 --- a/dist/angular-spring-data-rest.min.js +++ b/dist/angular-spring-data-rest.min.js @@ -1,5 +1,5 @@ /*! - * angular-spring-data-rest 0.4.4 + * angular-spring-data-rest 0.4.5 * Copyright 2016 Guy Brand (@guy_labs) * https://github.com/guylabs/angular-spring-data-rest */ diff --git a/package.json b/package.json index cdb399f..3fa1a3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-spring-data-rest", - "version": "0.4.4", + "version": "0.4.5", "description": "An AngularJS module to ease the work with a Spring Data REST backend.", "keywords": [ "AngularJS",