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)
This commit is contained in:
parent
c41487a1d1
commit
22428cd58c
12
CHANGES.md
12
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "3.7.0",
|
||||
"version": "3.8.0",
|
||||
"publishConfig": {
|
||||
"export-tests": true
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue