redux-user-timing
Version:
User Timing middleware for Redux
19 lines (10 loc) • 603 B
Markdown
# CHANGELOG
## [1.0.2](https://github.com/taehwanno/redux-user-timing/compare/v1.0.1...v1.0.2) - 2019-01-31
### Changed
- Update dev dependency ([#2](https://github.com/taehwanno/redux-user-timing/pull/2))
- Update lint ([#3](https://github.com/taehwanno/redux-user-timing/pull/3))
## [1.0.1](https://github.com/taehwanno/redux-user-timing/compare/v1.0.0...v1.0.1) - 2019-01-23
### Changed
- When the action type is not valid, a warning message is printed out and performance is not measured. ([#1](https://github.com/taehwanno/redux-user-timing/pull/1))
## 1.0.0 - 2019-01-05
- Initial release