2.37.0
* Do not coerce RegExp objects to strings (Simon Ho) * Indicate result of destroyById/protototype.destroy (Fabien Franzen) * Removed extra ")" (Chris Finn) * Fixed typo & added the filter units (Chris Finn)
This commit is contained in:
parent
d14721656f
commit
84c4d0e922
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
|||
2015-08-14, Version 2.37.0
|
||||
==========================
|
||||
|
||||
* Do not coerce RegExp objects to strings (Simon Ho)
|
||||
|
||||
* Indicate result of destroyById/protototype.destroy (Fabien Franzen)
|
||||
|
||||
* Removed extra ")" (Chris Finn)
|
||||
|
||||
* Fixed typo & added the filter units (Chris Finn)
|
||||
|
||||
|
||||
2015-08-05, Version 2.36.0
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.36.0",
|
||||
"version": "2.37.0",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue