|
1 |
| -<a name="Unreleased"></a> |
2 |
| -# Unreleased (2017-01-05) |
| 1 | +<a name="1.6.1"></a> |
| 2 | +## 1.6.1 (2017-01-06) |
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)) |
8 |
| -* test(coverage): add coverage and coveralls.io integration ([fdd5de6](https://github.com/mgonto/restangular/commit/fdd5de6)) |
| 4 | +### Bug fixes |
| 5 | + |
| 6 | +* fix(copy) Collections are now copied/cloned properly ([c92b138](https://github.com/mgonto/restangular/commit/c92b138)) |
| 7 | +* fix(copy) Copying collections now correctly sets route, fromServer and parent on the copy ([7fd668b](https://github.com/mgonto/restangular/commit/7fd668b)) |
| 8 | +* fix(elementTransformer) matchTransformer now doesn't throw if route is undefined ([fb242ae](https://github.com/mgonto/restangular/commit/fb242ae)) |
| 9 | + |
| 10 | +### Docs |
| 11 | + |
| 12 | +* chore(docs): update contribution guidelines ([c49ca45](https://github.com/mgonto/restangular/commit/c49ca45)) |
| 13 | +* fix(docs): add link to david-dm.org from badge ([2bfb745](https://github.com/mgonto/restangular/commit/2bfb745)) |
9 | 14 | * chore(docs) Add new example production site ([2596035](https://github.com/mgonto/restangular/commit/2596035))
|
10 | 15 | * chore(docs) Add note about pull requests and github preview tab ([6883075](https://github.com/mgonto/restangular/commit/6883075))
|
11 | 16 | * chore(docs) Apply automatic formatting to code and spec ([bc16122](https://github.com/mgonto/restangular/commit/bc16122))
|
|
14 | 19 | * chore(docs) Update link to demo Plunker, rephrase ([7c30615](https://github.com/mgonto/restangular/commit/7c30615))
|
15 | 20 | * chore(test) fix jshint errors in spec file ([1a988cb](https://github.com/mgonto/restangular/commit/1a988cb))
|
16 | 21 | * feat(docs) Add FAQ about cancelling request ([8552c51](https://github.com/mgonto/restangular/commit/8552c51)), closes [#926](https://github.com/mgonto/restangular/issues/926) [#1145](https://github.com/mgonto/restangular/issues/1145) [#1377](https://github.com/mgonto/restangular/issues/1377) [#1391](https://github.com/mgonto/restangular/issues/1391)
|
17 |
| -* fix(copy) Collections are now copied/cloned properly ([c92b138](https://github.com/mgonto/restangular/commit/c92b138)) |
18 |
| -* fix(copy) Copying collections now correctly sets route, fromServer and parent on the copy ([7fd668b](https://github.com/mgonto/restangular/commit/7fd668b)) |
19 |
| -* fix(elementTransformer) matchTransformer now doesn't throw if route is undefined ([fb242ae](https://github.com/mgonto/restangular/commit/fb242ae)) |
20 |
| -* Update dist files ([7c245a2](https://github.com/mgonto/restangular/commit/7c245a2)) |
21 | 22 |
|
| 23 | +### Other |
22 | 24 |
|
| 25 | +* chore(changelog): upgrade package and config ([58caacd](https://github.com/mgonto/restangular/commit/58caacd)) |
| 26 | +* chore(dependencies): Update lodash version to ~4.17.0 as in unit tests ([e0b68a0](https://github.com/mgonto/restangular/commit/e0b68a0)) |
| 27 | +* 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) |
| 28 | +* chore(travis): change travis script and include coveralls ([ca9856a](https://github.com/mgonto/restangular/commit/ca9856a)) |
| 29 | +* test(coverage): add coverage and coveralls.io integration ([fdd5de6](https://github.com/mgonto/restangular/commit/fdd5de6)) |
| 30 | +* Update dist files ([7c245a2](https://github.com/mgonto/restangular/commit/7c245a2)) |
23 | 31 |
|
24 |
| -# 1.6.0 (2016-12-25) |
| 32 | +<a name="1.6.0"></a> |
| 33 | +## 1.6.0 (2016-12-25) |
25 | 34 |
|
26 | 35 | * Url now supports unescaped suffix (0350bcd)
|
27 | 36 | * Added Restangular Plunkr example (c4ef002)
|
|
43 | 52 | * Added context/explanation of when to use JSONP. (fec9b27)
|
44 | 53 | * Add regexp matching for route to element transformers (#1430) (de8f561)
|
45 | 54 |
|
46 |
| -# 1.5.2 (2016-02-15) |
| 55 | +<a name="1.5.2"></a> |
| 56 | +## 1.5.2 (2016-02-15) |
47 | 57 |
|
48 | 58 | * Change \_.contains to \_.includes for compatability with lodash >= 4.0
|
49 | 59 |
|
50 |
| -# 1.5.1 (2015-04-03) |
| 60 | +<a name="1.5.1"></a> |
| 61 | +## 1.5.1 (2015-04-03) |
51 | 62 |
|
52 | 63 | * Release 1.5.0
|
53 | 64 | * Updated zip
|
|
59 | 70 | * Update README.md
|
60 | 71 | * Update README.md
|
61 | 72 |
|
62 |
| -# 1.5.0 (2015-04-03) |
| 73 | +<a name="1.5.0"></a> |
| 74 | +## 1.5.0 (2015-04-03) |
63 | 75 |
|
64 | 76 | * Tons of bug fixes
|
65 | 77 | * Upgraded Lodash to 1.3.0
|
0 commit comments