Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

23 lines (16 loc) · 1.2 KB

1.2.0

  • 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 and requestAsync (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

1.1.2

  • Fix connectRequest not retrying failed/cancelled requests on update

1.1.1

  • Use lodash.includes instead of native Array#includes

1.1.0

  • Added support for multiple requests with connectRequest (MrNice #8)
  • Added support for setting request headers (adamsanderson #10)
  • Added ability to override HTTP method for mutations (tonovotny #20)
  • Fixed request timeout HTTP status code (victorandree #22)