Skip to content

Commit 991f6d1

Browse files
author
guylabs
committed
(chore): prepare 0.4.5 release
1 parent a35885b commit 991f6d1

5 files changed

+16
-6
lines changed

RELEASENOTES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release notes of angular-spring-data-rest
22

3+
## Version 0.4.5
4+
5+
* Tag: [0.4.5](https://github.com/guylabs/angular-spring-data-rest/tree/0.4.5)
6+
* Release: [angular-spring-data-rest-0.4.5.zip](https://github.com/guylabs/angular-spring-data-rest/archive/0.4.5.zip)
7+
8+
### Changes
9+
10+
* Upgraded to the latest Angular 1.5.x version. See [#21](https://github.com/guylabs/angular-spring-data-rest/issues/21) for details.
11+
* 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.
12+
313
## Version 0.4.4
414

515
* Tag: [0.4.4](https://github.com/guylabs/angular-spring-data-rest/tree/0.4.4)

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
55
"main": "./dist/angular-spring-data-rest.js",
66
"license": "MIT",

dist/angular-spring-data-rest.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
/**
66
* @module spring-data-rest
7-
* @version 0.4.4
7+
* @version 0.4.5
88
*
99
* An AngularJS module to ease the work with a Spring Data REST backend.
1010
*/
1111
angular.module("spring-data-rest", ["ngResource"]);
1212

1313
/**
1414
* @module spring-data-rest
15-
* @version 0.4.4
15+
* @version 0.4.5
1616
*
1717
* Provider for the SpringDataRestAdapter which is the core of this module.
1818
*/
@@ -393,7 +393,7 @@ angular.module("spring-data-rest").provider("SpringDataRestAdapter", function ()
393393
});
394394
/**
395395
* @module spring-data-rest
396-
* @version 0.4.4
396+
* @version 0.4.5
397397
*
398398
* Provider for the interceptor which wraps the SpringDataRestAdapter around the response object.
399399
*/

dist/angular-spring-data-rest.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-spring-data-rest",
3-
"version": "0.4.4",
3+
"version": "0.4.5",
44
"description": "An AngularJS module to ease the work with a Spring Data REST backend.",
55
"keywords": [
66
"AngularJS",

0 commit comments

Comments
 (0)