Skip to content

Commit

Permalink
2.29.0
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
Raymond Feng committed May 27, 2015
1 parent 46e6ad2 commit e8e3ce6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
==========================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "loopback-datasource-juggler",
"version": "2.28.1",
"version": "2.29.0",
"description": "LoopBack DataSoure Juggler",
"keywords": [
"StrongLoop",
Expand Down

0 comments on commit e8e3ce6

Please sign in to comment.