Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Updates docs for #115
Browse files Browse the repository at this point in the history
Notes what release the new functionality was added in, and clarifies
that it applies to a `GET`-specific input filter.
  • Loading branch information
weierophinney committed Jul 31, 2018
1 parent e62c6d1 commit b3bcfc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -92,7 +92,8 @@ these parameters present in the request will also be used when generating links

Examples of query string arguments you may want to whitelist include "sort", "filter", etc.

Note that if an input filter exists for query params, its keys will be merge with those from configuration
**Starting in 1.5.0**: if a input filter exists for the `GET` HTTP method, its
keys will be merged with those from configuration.

##### Sub-key: `controller_class` (optional)

Expand Down

0 comments on commit b3bcfc7

Please sign in to comment.