|
1 | 1 | <a name="Unreleased"></a> |
2 | 2 | # Unreleased (2017-01-05) |
3 | 3 | |
| 4 | +* chore(changelog): upgrade package and config ([58caacd](https://github.com/mgonto/restangular/commit/58caacd)) |
| 5 | +* chore(dependencies): Update lodash version to ~4.17.0 as in unit tests ([e0b68a0](https://github.com/mgonto/restangular/commit/e0b68a0)) |
| 6 | +* chore(deps): upgrade dev dependencies, fix tests (#1450) ([b583197](https://github.com/mgonto/restangular/commit/b583197)), closes [#1450](https://github.com/mgonto/restangular/issues/1450) |
| 7 | +* chore(travis): change travis script and include coveralls ([ca9856a](https://github.com/mgonto/restangular/commit/ca9856a)) |
4 | 8 | * test(coverage): add coverage and coveralls.io integration ([fdd5de6](https://github.com/mgonto/restangular/commit/fdd5de6)) |
5 | 9 | * chore(docs) Add new example production site ([2596035](https://github.com/mgonto/restangular/commit/2596035)) |
6 | 10 | * chore(docs) Add note about pull requests and github preview tab ([6883075](https://github.com/mgonto/restangular/commit/6883075)) |
@@ -14,9 +18,6 @@
|
14 | 18 | * fix(copy) Copying collections now correctly sets route, fromServer and parent on the copy ([7fd668b](https://github.com/mgonto/restangular/commit/7fd668b)) |
15 | 19 | * fix(elementTransformer) matchTransformer now doesn't throw if route is undefined ([fb242ae](https://github.com/mgonto/restangular/commit/fb242ae)) |
16 | 20 | * Update dist files ([7c245a2](https://github.com/mgonto/restangular/commit/7c245a2)) |
17 | | -* chore(dependencies): Update lodash version to ~4.17.0 as in unit tests ([e0b68a0](https://github.com/mgonto/restangular/commit/e0b68a0)) |
18 | | - |
19 | | - |
20 | 21 | |
21 | 22 | |
22 | 23 | |
|