v2.0.0
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.