You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.0.0: state inspectors as enumerable properties.
DEPENDS ON:
redux-apis v1.1.0 or higher.
BREAKING CHANGE:
The methods `.pending()`, `.busy()`, `.done()` and `.error()` have been replaced by read-only properties.
redux-apis may not be listed as a devDependency, or the wrong version of redux-apis will be used when we import this module in the parent project... But... Travis CI will run tests and those do require redux-apis... so added a postinstall hook that will install redux-apis just for the tests.