File tree Expand file tree Collapse file tree 4 files changed +112
-91
lines changed
Expand file tree Collapse file tree 4 files changed +112
-91
lines changed Original file line number Diff line number Diff line change 1+ - 2018-01-31 - v4.2.0
2+ - 2018-01-31 - Support setting limit of query string parameters through a configuration property.
3+ - 2018-01-31 - Support setting ` bodyParser.json ` option through a configuration property.
4+ - 2018-01-31 - Fix CRUD operation detection when using chain handlers.
15- 2017-12-11 - v4.1.2
26- 2017-12-11 - Fix broken response test resource to enable integration with data store handlers.
37- 2017-11-15 - v4.1.1
6367- 2016-09-20 - Remove metrics listeners on server.close()
6468- 2016-09-20 - Dynamic swagger.json based on handler capabilities
6569- 2016-09-20 - Dynamic metadata in body of responses
66- - 2016-09-20 - Comma separated filter values
70+ - 2016-09-20 - Comma separated filter v 1 successful check
71+ alues
6772- 2016-09-20 - Option to override base urls in links
6873- 2016-09-08 - v1.16.1
6974- 2016-09-08 - Improving ChainHandler for synchronous functions
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ jsonApi.setConfig({
3636 // (optional) queryStringParsingParameterLimit allows to
3737 // override the default limit of 1000 parameters in query string parsing,
3838 // documented at : https://github.com/ljharb/qs
39- queryStringParsingParameterLimit: Infinity
39+ queryStringParsingParameterLimit: 2000
4040});
4141```
4242
You can’t perform that action at this time.
0 commit comments