Skip to content

Commit 8d0f319

Browse files
committed
3.0.0
* Update deps to 3.0.0 RC (Miroslav Bajtoš) * Update globalization structure (Candy) * Call new disable remote method from model class. (Richard Pringle) * Add translation strings (Candy) * Support uniqueness for realm users (David Cheung) * Invalidate sessions after email change (Loay) * Add docs for KeyValue model (Simon Ho) * Fix remote method inheritance (Candy) * Fix double-slash in confirmation URL (Miroslav Bajtoš)
1 parent a835d09 commit 8d0f319

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
2016-09-22, Version 3.0.0
2+
=========================
3+
4+
* Update deps to 3.0.0 RC (Miroslav Bajtoš)
5+
6+
* Update globalization structure (Candy)
7+
8+
* Call new disable remote method from model class. (Richard Pringle)
9+
10+
* Add translation strings (Candy)
11+
12+
* Support uniqueness for realm users (David Cheung)
13+
14+
* Invalidate sessions after email change (Loay)
15+
16+
* Add docs for KeyValue model (Simon Ho)
17+
18+
* Fix remote method inheritance (Candy)
19+
20+
* Fix double-slash in confirmation URL (Miroslav Bajtoš)
21+
22+
123
2016-09-09, Version 3.0.0-alpha.5
224
=================================
325

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": "3.0.0-alpha.5",
3+
"version": "3.0.0",
44
"publishConfig": {
55
"tag": "next"
66
},

0 commit comments

Comments
 (0)