Skip to content

Commit 060630a

Browse files
committed
2.35.0
* Reword ticking checkbox note in issue template (#2855) (Simon Ho) * Add how to tick checkbox in issue template (#2851) (#2853) (Simon Ho) * Use GitHub issue templates (#2810) (#2852) (Simon Ho) * Allow tokens with eternal TTL (value -1) (Miroslav Bajtoš) * Update ja and nl translation files (Candy) * Fix support for remote hooks returning a Promise (Tim van der Staaij) * Validate non-email property partial update (Loay) * Update translation files - round#2 (Candy) * Update tests to use registry for model creation (gunjpan) * Call new disable remote method from model class. (Richard Pringle) * Temporarily disable Karma tests on Windows CI (Miroslav Bajtoš) * Add translation files for 2.x (Candy) * Allow resetPassword if email is verified (Loay) * Add docs for KeyValue model (Simon Ho) * Invalidate sessions after email change (Loay) * Upgrade loopback-testing to the latest ^1.4 (Miroslav Bajtoš)
1 parent 446d2a5 commit 060630a

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
2016-10-13, Version 2.35.0
2+
==========================
3+
4+
* Reword ticking checkbox note in issue template (#2855) (Simon Ho)
5+
6+
* Add how to tick checkbox in issue template (#2851) (#2853) (Simon Ho)
7+
8+
* Use GitHub issue templates (#2810) (#2852) (Simon Ho)
9+
10+
* Allow tokens with eternal TTL (value -1) (Miroslav Bajtoš)
11+
12+
* Update ja and nl translation files (Candy)
13+
14+
* Fix support for remote hooks returning a Promise (Tim van der Staaij)
15+
16+
* Validate non-email property partial update (Loay)
17+
18+
* Update translation files - round#2 (Candy)
19+
20+
* Update tests to use registry for model creation (gunjpan)
21+
22+
* Call new disable remote method from model class. (Richard Pringle)
23+
24+
* Temporarily disable Karma tests on Windows CI (Miroslav Bajtoš)
25+
26+
* Add translation files for 2.x (Candy)
27+
28+
* Allow resetPassword if email is verified (Loay)
29+
30+
* Add docs for KeyValue model (Simon Ho)
31+
32+
* Invalidate sessions after email change (Loay)
33+
34+
* Upgrade loopback-testing to the latest ^1.4 (Miroslav Bajtoš)
35+
36+
137
2016-09-13, Version 2.34.1
238
==========================
339

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback",
3-
"version": "2.34.1",
3+
"version": "2.35.0",
44
"description": "LoopBack: Open Source Framework for Node.js",
55
"homepage": "http://loopback.io",
66
"keywords": [

0 commit comments

Comments
 (0)