Skip to content

v2.0.0

Compare
Choose a tag to compare
@ellbee ellbee released this 02 Oct 12:50
· 1115 commits to master since this release

Breaking Changes

createSelector, createStructuredSelector, and custom selector creators check argument types

Input selectors are now verified to be functions during selector creation. If verification fails an error is thrown, allowing for a useful stack trace. (see #49)

There is a small chance that this could cause a breakage in existing code that contains a faulty selector that is never called.