0.3.3
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