2.32.0
* Fix the regression for date conversion (Raymond Feng) * Don't cache static scope method results #575 (Fabien Franzen)
This commit is contained in:
parent
eb20eebe95
commit
f3b2a97c84
10
CHANGES.md
10
CHANGES.md
|
@ -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)
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue