Releases: redux-utilities/redux-actions
Releases · redux-utilities/redux-actions
v3.0.0
Compare
Sorry, something went wrong.
No results found
Build: Use modern build stack based on Vite (#386 , #388 )
CI: Use Github Actions (#387 )
Breaking Changes: ESM only and default export, dropped CommonJS/UMD builds
v2.6.5
Compare
Sorry, something went wrong.
No results found
timche
released this
04 Mar 22:35
Fix: IE11 does not support Array.prototype.includes (#335 )
Fix: Prevent double-prefixing when using combineActions (#334 )
v2.6.4
Compare
Sorry, something went wrong.
No results found
timche
released this
02 Nov 11:52
Fix: IE10 does not support Map (#325 ) (#326 )
add test cases (#306 )
v2.6.3
Compare
Sorry, something went wrong.
No results found
timche
released this
22 Oct 11:07
v2.6.2
Compare
Sorry, something went wrong.
No results found
timche
released this
19 Oct 17:01
replace lodash with just, replace webpack with rollup, transpile dependencies (#332 )
v2.6.1
Compare
Sorry, something went wrong.
No results found
timche
released this
26 Jul 00:48
IE11 does not support Array.prototype.includes (#313 ) (1a8e5cc )
v2.6.0
Compare
Sorry, something went wrong.
No results found
timche
released this
26 Jul 00:35
use own isFunction, isPlainObject´ and isSymbol checks (#312 ) (2802c9a )
v2.5.1
Compare
Sorry, something went wrong.
No results found
timche
released this
25 Jul 21:23
v2.5.0
Compare
Sorry, something went wrong.
No results found
timche
released this
25 Jul 14:23
remove lodash and lodash-es dependency (#307 ) (87ff772 )
Also reduces package size by ~50%
Before
After
v2.4.0
Compare
Sorry, something went wrong.
No results found
timche
released this
27 May 23:42
Make combineActions works with nested handleActions (#294 )
Add sideEffects: false to enable tree shaking (#295 )