2.34.0
* Don't enforce strictness if allowExtendedOperators: true (MongoDB) (Fabien Franzen) * Take strict: validate and throw settings into account (Fabien Franzen) * Filter attributes when strict: true (Fabien Franzen)
This commit is contained in:
parent
ef97a9037a
commit
5e192bda23
10
CHANGES.md
10
CHANGES.md
|
@ -1,3 +1,13 @@
|
|||
2015-07-22, Version 2.34.0
|
||||
==========================
|
||||
|
||||
* Don't enforce strictness if allowExtendedOperators: true (MongoDB) (Fabien Franzen)
|
||||
|
||||
* Take strict: validate and throw settings into account (Fabien Franzen)
|
||||
|
||||
* Filter attributes when strict: true (Fabien Franzen)
|
||||
|
||||
|
||||
2015-07-21, Version 2.33.3
|
||||
==========================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "loopback-datasource-juggler",
|
||||
"version": "2.33.3",
|
||||
"version": "2.34.0",
|
||||
"description": "LoopBack DataSoure Juggler",
|
||||
"keywords": [
|
||||
"StrongLoop",
|
||||
|
|
Loading…
Reference in New Issue