2.29.0
* Enhance the apis and add more tests (Raymond Feng) * Fix for https://github.com/strongloop/loopback/issues/1401 (Raymond Feng) * Fix ReferenceError: definition is not defined (Dmitry Manannikov) * Mix in observer apis to the connector (Raymond Feng) * Enhance fieldsToArray to consider strict mode (Raymond Feng)
This commit is contained in:
parent
46e6ad2fd6
commit
e8e3ce6688
14
CHANGES.md
14
CHANGES.md
|
@ -1,3 +1,17 @@
|
||||||
|
2015-05-27, Version 2.29.0
|
||||||
|
==========================
|
||||||
|
|
||||||
|
* Enhance the apis and add more tests (Raymond Feng)
|
||||||
|
|
||||||
|
* Fix for https://github.com/strongloop/loopback/issues/1401 (Raymond Feng)
|
||||||
|
|
||||||
|
* Fix ReferenceError: definition is not defined (Dmitry Manannikov)
|
||||||
|
|
||||||
|
* Mix in observer apis to the connector (Raymond Feng)
|
||||||
|
|
||||||
|
* Enhance fieldsToArray to consider strict mode (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
2015-05-20, Version 2.28.1
|
2015-05-20, Version 2.28.1
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-datasource-juggler",
|
"name": "loopback-datasource-juggler",
|
||||||
"version": "2.28.1",
|
"version": "2.29.0",
|
||||||
"description": "LoopBack DataSoure Juggler",
|
"description": "LoopBack DataSoure Juggler",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"StrongLoop",
|
"StrongLoop",
|
||||||
|
|
Loading…
Reference in New Issue