v2.0.0
This release has the following updates:
New prop called params
which will supply query string params to the Axios config.
New onReload(props)
function available to the child function render. This function can optionally pass temporary props to the Axios request.
On error the child function property response
will contain the data from error.response
.