* Fix the regression for date conversion (Raymond Feng)

 * Don't cache static scope method results #575 (Fabien Franzen)
This commit is contained in:
Raymond Feng 2015-07-03 09:29:58 -07:00
parent eb20eebe95
commit f3b2a97c84
2 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,12 @@
2015-07-03, Version 2.31.1 2015-07-03, Version 2.32.0
==========================
* Fix the regression for date conversion (Raymond Feng)
* Don't cache static scope method results #575 (Fabien Franzen)
2015-07-02, Version 2.31.1
========================== ==========================
* Fix the regexp value for like/nlike (Raymond Feng) * Fix the regexp value for like/nlike (Raymond Feng)

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-datasource-juggler", "name": "loopback-datasource-juggler",
"version": "2.31.1", "version": "2.32.0",
"description": "LoopBack DataSoure Juggler", "description": "LoopBack DataSoure Juggler",
"keywords": [ "keywords": [
"StrongLoop", "StrongLoop",