Skip to content

Commit

Permalink
(chore): prepare 0.4.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
guylabs committed Oct 28, 2016
1 parent a35885b commit 991f6d1
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions dist/angular-spring-data-rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

/**
* @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.
*/
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.
*/
Expand Down Expand Up @@ -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.
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/angular-spring-data-rest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 991f6d1

Please sign in to comment.