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)
This commit is contained in:
parent
f7b88e3435
commit
839c58639d
18
CHANGES.md
18
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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": [
|
||||
|
|
Loading…
Reference in New Issue