|
| 1 | +# 1.6.0 (2016-12-25) |
| 2 | + |
| 3 | +* Url now supports unescaped suffix (0350bcd) |
| 4 | +* Added Restangular Plunkr example (c4ef002) |
| 5 | +* Now id can be a nested property (a94228b) |
| 6 | +* Add withHttpConfig to objects created with .service (e8f7295) |
| 7 | +* Add support for angularjs dependency injection using commonjs require syntax (f02db83) |
| 8 | +* Fix missing 'get' in decoupled service (8096ce1) |
| 9 | +* Avoid restangularizing an undefined element in restangularizeCollecti onAndElements. (0f8b562) |
| 10 | +* Fixes #1167: Extend condition to treat '0, which as a falsy value currently fails, as a valid ID (95ea231) |
| 11 | +* Add customPatch method (01297fe) |
| 12 | +* Added UMD snippet (caab5e6) |
| 13 | +* Support BaseUrl with athority without schema (5f3eacb) |
| 14 | +* Add ability to restangularize a collection with fromServer set (51066ec) |
| 15 | +* Add configuration option to use plain() by default (94ffaf0) |
| 16 | +* Fix fromServer param while copying (b53f4b6) |
| 17 | +* Rename CONTRIBUTE.md to CONTRIBUTING.md in accordance with GitHub's spec (c17df47) |
| 18 | +* Remove moot `version` property from bower.json (1a585f3) |
| 19 | +* Add more realistic POST response for accounts, with id (#943) (11fb475) |
| 20 | +* Added context/explanation of when to use JSONP. (fec9b27) |
| 21 | +* Add regexp matching for route to element transformers (#1430) (de8f561) |
| 22 | + |
| 23 | + |
1 | 24 | 1.5.2 / 2016-02-15 |
2 | 25 | ================== |
3 | 26 |
|
4 | | - * Change _.contains to _.includes for compatability with lodash >= 4.0 |
| 27 | +* Change \_.contains to \_.includes for compatability with lodash >= 4.0 |
5 | 28 |
|
6 | 29 | 1.5.1 / 2015-04-03 |
7 | 30 | ================== |
8 | 31 |
|
9 | | - * Release 1.5.0 |
10 | | - * Updated zip |
11 | | - * Merge branch 'master' of github.com:mgonto/restangular |
12 | | - * Merge pull request #1081 from rajeshwarpatlolla/develop |
13 | | - * Merge pull request #1079 from wching/master |
14 | | - * change in README file |
15 | | - * url modified for 'Chain methods together to easily build complex requests' |
16 | | - * Update README.md |
17 | | - * Update README.md |
| 32 | +* Release 1.5.0 |
| 33 | +* Updated zip |
| 34 | +* Merge branch 'master' of github.com:mgonto/restangular |
| 35 | +* Merge pull request #1081 from rajeshwarpatlolla/develop |
| 36 | +* Merge pull request #1079 from wching/master |
| 37 | +* change in README file |
| 38 | +* url modified for 'Chain methods together to easily build complex requests' |
| 39 | +* Update README.md |
| 40 | +* Update README.md |
18 | 41 |
|
19 | 42 | 1.5.0 / 2015-04-03 |
20 | 43 | ================== |
|
0 commit comments