- Make position non-nullable
- Null Safety Support
- Add pedantic support & fix code style
- Bugfix: actually return value from dispatch. Thanks @dennis-tra
- Bugfix: return dynamic from dispatch
- Update to support Redux 4.x - 5.0
- Fix Dart 2 environment constraint
- Dart 2 / Redux 3.0.0 Support
- Bump version of Redux and add distinct option to DevToolsStore
- Don't advance position on recompute
- Fix Type signature for Middleware
- Move to Github
- Update README
- Initial version. Allows you to create a
DevToolsStore
during dev mode, which will allow you to time travel through the states of your application.