- CORS support (rogovdm #27)
- Switch to react-addons-shallow-compare for React Native compatibility (mmalfertheiner #27)
- Pass transformed and updated entities to the promise result for
mutateAsync
andrequestAsync
(CAPSLOCKUSER #25) - Improve connectRequest's displayName
- Use the
queryKey
property from query configs in connectRequest - Allow passing full query configs instead of the url and body to the query selectors
- Fix
connectRequest
not retrying failed/cancelled requests on update
- Use lodash.includes instead of native Array#includes