Skip to content

Commit e8e3ce6

Browse files
author
Raymond Feng
committed
2.29.0
* Enhance the apis and add more tests (Raymond Feng) * Fix for strongloop/loopback#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)
1 parent 46e6ad2 commit e8e3ce6

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
2015-05-27, Version 2.29.0
2+
==========================
3+
4+
* Enhance the apis and add more tests (Raymond Feng)
5+
6+
* Fix for https://github.com/strongloop/loopback/issues/1401 (Raymond Feng)
7+
8+
* Fix ReferenceError: definition is not defined (Dmitry Manannikov)
9+
10+
* Mix in observer apis to the connector (Raymond Feng)
11+
12+
* Enhance fieldsToArray to consider strict mode (Raymond Feng)
13+
14+
115
2015-05-20, Version 2.28.1
216
==========================
317

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "loopback-datasource-juggler",
3-
"version": "2.28.1",
3+
"version": "2.29.0",
44
"description": "LoopBack DataSoure Juggler",
55
"keywords": [
66
"StrongLoop",

0 commit comments

Comments
 (0)