Skip to content

Commit

Permalink
3.9.0
Browse files Browse the repository at this point in the history
 * Remove observers from Model on end of the stream (Alexei Smirnov)
 * Fix Model#settings.acls doc type signature (Farid Nouri Neshat)
 * Use `localhost` instead of `::` for local (Daijiro Wachi)
 * Fix API doc for Model class property type (Candy)
 * Update package.json (sqlwwx)
 * Support remoting adapters with no ctx.req object (Piero Maltese)
 * update strong-error-handler (sqlwwx)
  • Loading branch information
bajtos committed Jul 12, 2017
1 parent f7b88e3 commit 839c586
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2017-07-12, Version 3.9.0
=========================

* Remove observers from Model on end of the stream (Alexei Smirnov)

* Fix Model#settings.acls doc type signature (Farid Nouri Neshat)

* Use `localhost` instead of `::` for local (Daijiro Wachi)

* Fix API doc for Model class property type (Candy)

* Update package.json (sqlwwx)

* Support remoting adapters with no ctx.req object (Piero Maltese)

* update strong-error-handler (sqlwwx)


2017-05-02, Version 3.8.0
=========================

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.8.0",
"version": "3.9.0",
"description": "LoopBack: Open Source Framework for Node.js",
"homepage": "http://loopback.io",
"keywords": [
Expand Down

0 comments on commit 839c586

Please sign in to comment.