* fixup! improve comment for `this` & static members (Miroslav Bajtoš)
 * Add ObserverMixin members to ModelBase typings (Miroslav Bajtoš)
 * Add default generic arg value to `Listener` type (Miroslav Bajtoš)
 * feat: add OperationHookContext interface (Hage Yaapa)
This commit is contained in:
Miroslav Bajtoš 2020-03-05 09:54:48 +01:00
parent 33884062f4
commit a50b3db6e9
No known key found for this signature in database
GPG Key ID: 6F2304BA9361C7E3
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2020-03-05, Version 4.19.0
==========================
* fixup! improve comment for `this` & static members (Miroslav Bajtoš)
* Add ObserverMixin members to ModelBase typings (Miroslav Bajtoš)
* Add default generic arg value to `Listener` type (Miroslav Bajtoš)
* feat: add OperationHookContext interface (Hage Yaapa)
2020-01-29, Version 4.18.1 2020-01-29, Version 4.18.1
========================== ==========================

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "4.18.1", "version": "4.19.0",
"publishConfig": { "publishConfig": {
"export-tests": true "export-tests": true
}, },