Skip to content

Commit

Permalink
Merge pull request #369 from paparomeo/minor-release
Browse files Browse the repository at this point in the history
Minor release
  • Loading branch information
pmcnr-hx committed Jan 31, 2018
2 parents 6242b4a + 3849ccc commit 0493b50
Show file tree
Hide file tree
Showing 4 changed files with 112 additions and 91 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,7 @@
- 2018-01-31 - v4.2.0
- 2018-01-31 - Support setting limit of query string parameters through a configuration property.
- 2018-01-31 - Support setting `bodyParser.json` option through a configuration property.
- 2018-01-31 - Fix CRUD operation detection when using chain handlers.
- 2017-12-11 - v4.1.2
- 2017-12-11 - Fix broken response test resource to enable integration with data store handlers.
- 2017-11-15 - v4.1.1
Expand Down Expand Up @@ -63,7 +67,8 @@
- 2016-09-20 - Remove metrics listeners on server.close()
- 2016-09-20 - Dynamic swagger.json based on handler capabilities
- 2016-09-20 - Dynamic metadata in body of responses
- 2016-09-20 - Comma separated filter values
- 2016-09-20 - Comma separated filter v 1 successful check
alues
- 2016-09-20 - Option to override base urls in links
- 2016-09-08 - v1.16.1
- 2016-09-08 - Improving ChainHandler for synchronous functions
Expand Down
2 changes: 1 addition & 1 deletion documentation/configuring.md
Expand Up @@ -36,7 +36,7 @@ jsonApi.setConfig({
// (optional) queryStringParsingParameterLimit allows to
// override the default limit of 1000 parameters in query string parsing,
// documented at : https://github.com/ljharb/qs
queryStringParsingParameterLimit: Infinity
queryStringParsingParameterLimit: 2000
});
```

Expand Down

0 comments on commit 0493b50

Please sign in to comment.