- Widen Dart environment
- Widen logging dependency constraint
- Replace the discontinued pedantic package by lints
- Move from Travis to github actions
- Update deps for Dart 3
- Breaking Change: updated to redux 5.0.0
- Breaking Change: added null-safety
- Breaking Change: Support Redux 4.x - 5.0
- Lazy evaluation for message in logger
- BugFix: Add docs explaining logging middleware needs to be last in chain
- Bump to Redux 3.0.0
- Fix Dart 2 bug
- Dart 2 support
- Fix formatter for printer
- Move to Github
- Fix examples
- Include description in
pubspec.yaml
- Initial version, a
LoggingMiddleware
for Redux, which connects the dispatched actions to to aLogger
. - Includes a
printer
factory, which prints all logged messages to the your console / terminal.