Environment Setup: Enjoy improved compatibility for Windows users with the addition of cross-env support in npm scripts. This change allows you to set environment variables seamlessly, enhancing your development experience.
Improvements
Performance: Experience better performance in dispatching actions with the new for loop implementation, which optimizes how listeners are copied during dispatch. This change reduces unnecessary operations, making your state management more efficient.
Fixes
Fix issues related to the use of setInterval(), ensuring more reliable behavior in your applications. This resolves potential timing problems that could affect state updates.
Others
Enhance your understanding with improved documentation around nested dispatches, which now includes clearer explanations and additional tests for verification. This helps ensure you have the right information at your fingertips.