Skip to content

Releases: humanmade/repress

0.6: Hooks, Caching, and Smaller Bundles

30 Dec 19:34
Compare
Choose a tag to compare
  • Deduplicate requests between subsequent calls to reduce useless HTTP calls (#22)
  • Add hooks to match HOCs (when using React Redux 7.1+ - will fail nicely with React Redux 4-6) (#44)
  • Reduce bundle size (#45)

0.5: Delete, Parallel Loading, and Pagination

23 Apr 12:06
Compare
Choose a tag to compare
  • Add manual pagination methods (#41), allowing pages to be manually specified and loaded for traditional-style pagination
  • Changed loading states to arrays (#26), allowing parallel loading states to be tracked
  • Added delete actions and state (#25)
  • Allow setting headers in fetchOptions (#38)