2.26.4
* dao: support validateUpsert:false (Miroslav Bajtoš) * Changes to API docs per Dennis (Rand McKinney) * Add unit-test for "array" type (Miroslav Bajtoš)
This commit is contained in:
parent
128665f1bd
commit
d8ecea6111
12
CHANGES.md
12
CHANGES.md
|
@ -1,4 +1,14 @@
|
||||||
2015-04-25, Version 2.26.3
|
2015-05-05, Version 2.26.4
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* dao: support validateUpsert:false (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Changes to API docs per Dennis (Rand McKinney)
|
||||||
|
|
||||||
|
* Add unit-test for "array" type (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
|
||||||
|
2015-04-24, Version 2.26.3
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
* Fix the test cases (Raymond Feng)
|
* Fix the test cases (Raymond Feng)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.26.3",
|
"version": "2.26.4",
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue