Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
 * 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š)
  • Loading branch information
bajtos committed Sep 22, 2016
1 parent a835d09 commit 8d0f319
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
2016-09-22, Version 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š)


2016-09-09, Version 3.0.0-alpha.5
=================================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback",
"version": "3.0.0-alpha.5",
"version": "3.0.0",
"publishConfig": {
"tag": "next"
},
Expand Down

0 comments on commit 8d0f319

Please sign in to comment.