* Add IBM copyright and MIT license headers (Raymond Feng)
 * Allow List to take items as instances of a class (Raymond Feng)
 * fix: ignore extra properties when strict=filter (#1423) (Tom Kirkpatrick)
 * Add EventEmitter type info to DataSource type (shimks)
This commit is contained in:
Raymond Feng 2018-09-17 09:03:33 -07:00
parent 242fd1bb56
commit fcac276955
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2018-09-17, Version 3.24.0
==========================
* Add IBM copyright and MIT license headers (Raymond Feng)
* Allow List to take items as instances of a class (Raymond Feng)
* fix: ignore extra properties when strict=filter (#1423) (Tom Kirkpatrick)
* Add EventEmitter type info to DataSource type (shimks)
2018-07-16, Version 3.23.0
==========================

View File

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