This repository was archived by the owner on Feb 14, 2023. It is now read-only.
2.0.2
"Breaking" Changes π
- ReactN DevTools were moved to a separate package.
- This only resulted in a minor version bump, because this change only breaks a tool in the development environment.
- Builds, both development and production, remain unbroken.
New Features β¨
- Callbacks now receive the state change in addition to the new state.
- Callbacks now receive the reducer name and arguments that resulted in the state change (if applicable).
Bug Fixes π
- Builds no longer warn about a missing optional Redux dependency. #71 #79 (Thanks @ryanvanderpol, @chrise86!)
Miscellaneous
- Added some placeholder methods for potential future implementations of middleware.
- Some TypeScript definitions that were missing from the final build are now included.