Releases: humanmade/repress
Releases · humanmade/repress
0.6: Hooks, Caching, and Smaller Bundles
- 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
- 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)