Releases: rand0me/redux-appinsights-middleware
Releases · rand0me/redux-appinsights-middleware
v2.0.0
2.0.0 (2019-02-28)
Features
- Make middleware to read a property from action.meta (d840183)
BREAKING CHANGES
- Middleware no longer reads track info from action[prop] but instead from
action.meta[prop]
v1.0.1
1.0.1 (2018-09-20)
Bug Fixes
- Remove "key" property to fix reducer's typings (656be58), closes #19
v1.0.0
1.0.0 (2018-07-06)
Bug Fixes
- Deps: Fix applicationinsights-js version (6327723)
Features