Releases: redux-utilities/redux-actions
Releases · redux-utilities/redux-actions
v3.0.0
12 Feb 09:15
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
04 Mar 22:35
Compare
Sorry, something went wrong.
No results found
Fix: IE11 does not support Array.prototype.includes (#335 )
Fix: Prevent double-prefixing when using combineActions
(#334 )
v2.6.4
02 Nov 11:52
Compare
Sorry, something went wrong.
No results found
Fix: IE10 does not support Map (#325 ) (#326 )
add test cases (#306 )
v2.6.3
22 Oct 11:07
Compare
Sorry, something went wrong.
No results found
v2.6.2
19 Oct 17:01
Compare
Sorry, something went wrong.
No results found
replace lodash with just, replace webpack with rollup, transpile dependencies (#332 )
v2.6.1
26 Jul 00:48
Compare
Sorry, something went wrong.
No results found
IE11 does not support Array.prototype.includes (#313 ) (1a8e5cc )
v2.6.0
26 Jul 00:35
Compare
Sorry, something went wrong.
No results found
use own isFunction
, isPlainObject´ and
isSymbol checks
(#312 ) (2802c9a )
v2.5.1
25 Jul 21:23
Compare
Sorry, something went wrong.
No results found
v2.5.0
25 Jul 14:23
Compare
Sorry, something went wrong.
No results found
remove lodash
and lodash-es
dependency (#307 ) (87ff772 )
Also reduces package size by ~50%
Before
After
v2.4.0
27 May 23:42
Compare
Sorry, something went wrong.
No results found
Make combineActions works with nested handleActions (#294 )
Add sideEffects: false to enable tree shaking (#295 )