Skip to content

v2.1.5

Compare
Choose a tag to compare
@gaearon gaearon released this 27 Sep 17:29

Massive performance improvement.

Performing an action was O(n) with DevTools enabled, but it's O(1) now. Special thanks to @ellbee for contributing the tests that made me confident about this change.

#81, reduxjs/redux#691, #113, #88, #133