npm redux-actions 1.0.0
v1.0.0

latest releases: 3.0.0, 2.6.5, 2.6.4...
7 years ago

This is our first major release. If you experience any undocumented issues, please let us know immediately in the issues or feel free to open a pull request. Any contribution is much appreciated. We try our best to ship new fix releases as fast as we can.

From now on we are checking heavily for correct usage of this library and using invariant for throwing errors. It is a mirror of Facebooks invariant in React and makes use of the process.env.NODE_ENV value as well.

Another big change is that the payload can only be omitted with undefined. That allows us to pass null as payload, which has been requested many times by the community. We also had a long discussion on the proper usage of null and undefined for omitting values in general. You can read it in #115 and #128.

If you want to have a quick chat with us, tweet us @yangmillstheory or @timche_.

BREAKING CHANGES

Enhancements

Don't miss a new redux-actions release

NewReleases is sending notifications on new releases.