Skip to content

Commit

Permalink
Bump version to 1.6.0, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrom committed Dec 25, 2016
1 parent 74d444e commit 71472a2
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 12 deletions.
43 changes: 33 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,43 @@
# 1.6.0 (2016-12-25)

* Url now supports unescaped suffix (0350bcd)
* Added Restangular Plunkr example (c4ef002)
* Now id can be a nested property (a94228b)
* Add withHttpConfig to objects created with .service (e8f7295)
* Add support for angularjs dependency injection using commonjs require syntax (f02db83)
* Fix missing 'get' in decoupled service (8096ce1)
* Avoid restangularizing an undefined element in restangularizeCollecti onAndElements. (0f8b562)
* Fixes #1167: Extend condition to treat '0, which as a falsy value currently fails, as a valid ID (95ea231)
* Add customPatch method (01297fe)
* Added UMD snippet (caab5e6)
* Support BaseUrl with athority without schema (5f3eacb)
* Add ability to restangularize a collection with fromServer set (51066ec)
* Add configuration option to use plain() by default (94ffaf0)
* Fix fromServer param while copying (b53f4b6)
* Rename CONTRIBUTE.md to CONTRIBUTING.md in accordance with GitHub's spec (c17df47)
* Remove moot `version` property from bower.json (1a585f3)
* Add more realistic POST response for accounts, with id (#943) (11fb475)
* Added context/explanation of when to use JSONP. (fec9b27)
* Add regexp matching for route to element transformers (#1430) (de8f561)


1.5.2 / 2016-02-15
==================

* Change _.contains to _.includes for compatability with lodash >= 4.0
* Change \_.contains to \_.includes for compatability with lodash >= 4.0

1.5.1 / 2015-04-03
==================

* Release 1.5.0
* Updated zip
* Merge branch 'master' of github.com:mgonto/restangular
* Merge pull request #1081 from rajeshwarpatlolla/develop
* Merge pull request #1079 from wching/master
* change in README file
* url modified for 'Chain methods together to easily build complex requests'
* Update README.md
* Update README.md
* Release 1.5.0
* Updated zip
* Merge branch 'master' of github.com:mgonto/restangular
* Merge pull request #1081 from rajeshwarpatlolla/develop
* Merge pull request #1079 from wching/master
* change in README file
* url modified for 'Chain methods together to easily build complex requests'
* Update README.md
* Update README.md

1.5.0 / 2015-04-03
==================
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ module.factory('Users', function(Restangular) {
});

// In your controller you inject Users
Users.get(2) // GET to /users/2
Users.one(2).get() // GET to /users/2
Users.post({data}) // POST to /users

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "restangular",
"description": "Restful Resources service for AngularJS apps",
"version": "1.5.2",
"version": "1.6.0",
"filename": "restangular.min.js",
"main": "./dist/restangular.js",
"homepage": "https://github.com/mgonto/restangular",
Expand Down Expand Up @@ -57,4 +57,4 @@
"test": "grunt test --verbose"
},
"license": "MIT"
}
}

0 comments on commit 71472a2

Please sign in to comment.