StephenClearyApps / DotNetApis

API reference documentation for NuGet packages
https://dotnetapis.stephencleary.com
MIT License
25 stars 1 forks source link

Update redux-actions in /web from 2.3.2 to 2.6.5 #141

Closed dependencies[bot] closed 5 years ago

dependencies[bot] commented 5 years ago

Dependencies.io has updated redux-actions (a npm dependency in /web) from "2.3.2" to "2.6.5".

2.6.5 - Fix: IE11 does not support Array.prototype.includes (#335) - Fix: Prevent double-prefixing when using `combineActions` (#334)
2.6.4 - Fix: IE10 does not support Map (#325) (#326) - Thanks xfields - add test cases (#306) - Thanks zhuangya
2.6.3 - re-add cross-env (9ba82dee6e91e779bf30ffb428529af7ce6942f7)
2.6.1 - IE11 does not support Array.prototype.includes (#313) (1a8e5cc494157b9b06b56c06a02749b4a274fbba) - Thanks nowells
2.6.0 - use own `isFunction`, `isPlainObject´ and `isSymbol` checks` (#312) (2802c9aa415a8ec5dd5724454dabe730d58d3b90)
2.5.1 - Use ES5 compatible camelcase library. (#309) (e6dbdee922679a39720a3122005b2d3e5c80ab84) - Thanks nowells
2.5.0 - remove `lodash` and `lodash-es` dependency (#307) (87ff772afc8518e0554cad1b715e95a0e548b308) - Also reduces package size by ~50% **Before** ![screen shot 2018-07-25 at 15 08 53](https://user-images.githubusercontent.com/8075074/43206203-101c6694-901d-11e8-9a04-25c547ed6d76.png) **After** ![screen shot 2018-07-25 at 15 06 08](https://user-images.githubusercontent.com/8075074/43206213-151d07a2-901d-11e8-9db6-b4e585fab8cd.png)
2.4.0 - Make combineActions works with nested handleActions (#294) - Add sideEffects: false to enable tree shaking (#295)