Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

2.0.2

Choose a tag to compare

@quisido quisido released this 23 May 21:11
· 81 commits to master since this release

"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 πŸ›

Miscellaneous

  • Added some placeholder methods for potential future implementations of middleware.
  • Some TypeScript definitions that were missing from the final build are now included.