8000 Tags · makeomatic/redux-connect · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: makeomatic/redux-connect

Tags

v10.0.0

Toggle v10.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
AVVS Vitaly Aminev
10.0.0

v9.0.0

Toggle v9.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AVVS Vitaly Aminev
chore: release v9.0.0

add

Toggle add's commit message

Verified

This commit was signed with the committer’s verified signature.
AVVS Vitaly Aminev
chore: release v9.0.0

v8.0.0

Toggle v8.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
AVVS Vitaly Aminev
8.0.0

v7.0.0

Toggle v7.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
AVVS Vitaly Aminev
7.0.0

v6.0.0

Toggle v6.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
AVVS Vitaly Aminev
chore: tests node > 5, dropped 4 due to dev deps

NOTE: likely node 4 is still supported, but breaking change was mandated

v5.1.0

Toggle v5.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
AVVS Vitaly Aminev
5.1.0

v5.0.0

Toggle v5.0.0's commit message
Adds support for react-redux 5.x.x

v4.0.0

Toggle v4.0.0's commit message
Release v4.0.0

v3.0.0

Toggle v3.0.0's commit message
Release v3.0.0: immutable.js support, small breaking changes in actio…

…n exports

BREAKING CHANGE: redux-actions upgraded to 0.10.x, action types are now embedded into the action creators. This could potentially break your app if you relied
on actions used by redux-connect in your own reducers. Please use action creators directly as action names as they are embedded inside them. Read more on the
redux-actions repository.

Feat: adds support for Immutable.JS, curtesy of @toddbluhm. Read more in the README updates
Small outline:

* Added ability to use immutable stores with this lib
* Added global methods for converting from mutable to immutable and back again
* Added special method for controlling when the ReduxAsyncConnect component re-syncs with the server
* Simplify the reducer portion to just wrap the original reducer
* Export the immutable reducer as a separate reducer
* Updated docs to reflect new immutable reducer export
0