Skip to content

0.3.3

Compare
Choose a tag to compare
@victor-am victor-am released this 07 Sep 18:34
· 94 commits to master since this release

Added support for the injection of nested objects into the query params, such as:

    // Giving the following params
    { filters: { userId: 1 } }

    // Into a GET/DELETE request through Rails Ranger, would lead to the following URL:
    myurl.com?filters[userId]=1