v3.0.0
Breaking Changes
- The
CALL_API
alias has been dropped. UseRSAA
(#193) - Error handling around failed fetches has been updated (#175)
- Previously, a failed fetch would dispatch a
REQUEST
FSA followed by anotherREQUEST
FSA with an error flag - Now, a failed fetch will dispatch a
REQUEST
FSA followed by aFAILURE
FSA
- Previously, a failed fetch would dispatch a
- Non-symbol properties are allowed on the RSAA now (#192)
Features, bug-fixes, and enhancements
- Bundling enhancements, leading to a lighter package, as well as a UMD build
- Test refactors
For more details see:
- the the 3.0 milestone
- v2.3.0...v3.0.0 for the full diff
- The upgrading from 2.x section in the readme