- Dart 2.17 support
- Null safety support
- Add ability to pass url matcher with query parameters inside
- Fix body matcher to correctly behave with matchers
- Dart 2.10 support
- Fix typo in
Interceptor.reply()
method. Oldreplay
method is available with @depreacted annotation for backward compatibility
- Dart 2.8 support
- Add onReply() and cancel() interceptor methods
- First version implemented