* fix assert, make the test case more clear (rashmihunt)
 * code review, better asserts (rashmihunt)
 * test case to exclude base props (rashmihunt)
 * handle excludeBaseProperties (rashmihunt)
This commit is contained in:
Raymond Feng 2017-05-15 09:09:55 -07:00
parent c41487a1d1
commit 22428cd58c
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
2017-05-15, Version 3.8.0
=========================
* fix assert, make the test case more clear (rashmihunt)
* code review, better asserts (rashmihunt)
* test case to exclude base props (rashmihunt)
* handle excludeBaseProperties (rashmihunt)
2017-05-15, Version 3.7.0
=========================

View File

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