Skip to content

Commit 7155bc7

Browse files
committed
chore(release): release version 1.6.1
1 parent c49ca45 commit 7155bc7

File tree

5 files changed

+31
-19
lines changed

5 files changed

+31
-19
lines changed

CHANGELOG.md

Lines changed: 27 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
<a name="Unreleased"></a>
2-
# Unreleased (2017-01-05)
1+
<a name="1.6.1"></a>
2+
## 1.6.1 (2017-01-06)
33

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))
914
* chore(docs) Add new example production site ([2596035](https://github.com/mgonto/restangular/commit/2596035))
1015
* chore(docs) Add note about pull requests and github preview tab ([6883075](https://github.com/mgonto/restangular/commit/6883075))
1116
* chore(docs) Apply automatic formatting to code and spec ([bc16122](https://github.com/mgonto/restangular/commit/bc16122))
@@ -14,14 +19,18 @@
1419
* chore(docs) Update link to demo Plunker, rephrase ([7c30615](https://github.com/mgonto/restangular/commit/7c30615))
1520
* chore(test) fix jshint errors in spec file ([1a988cb](https://github.com/mgonto/restangular/commit/1a988cb))
1621
* 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))
2122

23+
### Other
2224

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))
2331

24-
# 1.6.0 (2016-12-25)
32+
<a name="1.6.0"></a>
33+
## 1.6.0 (2016-12-25)
2534

2635
* Url now supports unescaped suffix (0350bcd)
2736
* Added Restangular Plunkr example (c4ef002)
@@ -43,11 +52,13 @@
4352
* Added context/explanation of when to use JSONP. (fec9b27)
4453
* Add regexp matching for route to element transformers (#1430) (de8f561)
4554

46-
# 1.5.2 (2016-02-15)
55+
<a name="1.5.2"></a>
56+
## 1.5.2 (2016-02-15)
4757

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

50-
# 1.5.1 (2015-04-03)
60+
<a name="1.5.1"></a>
61+
## 1.5.1 (2015-04-03)
5162

5263
* Release 1.5.0
5364
* Updated zip
@@ -59,7 +70,8 @@
5970
* Update README.md
6071
* Update README.md
6172

62-
# 1.5.0 (2015-04-03)
73+
<a name="1.5.0"></a>
74+
## 1.5.0 (2015-04-03)
6375

6476
* Tons of bug fixes
6577
* Upgraded Lodash to 1.3.0

dist/restangular.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Restful Resources service for AngularJS apps
3-
* @version v1.6.0 - 2017-01-05 * @link https://github.com/mgonto/restangular
3+
* @version v1.6.1 - 2017-01-06 * @link https://github.com/mgonto/restangular
44
* @author Martin Gontovnikas <martin@gon.to>
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/(function(root, factory) {

0 commit comments

Comments
 (0)