Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 506 Bytes

CHANGELOG.md

File metadata and controls

34 lines (18 loc) · 506 Bytes

Changelog

1.2.1

  • Dart 2.17 support

1.2.0

  • Null safety support

1.1.2

  • Add ability to pass url matcher with query parameters inside

1.1.1

  • Fix body matcher to correctly behave with matchers

1.1.0

  • Dart 2.10 support
  • Fix typo in Interceptor.reply() method. Old replay method is available with @depreacted annotation for backward compatibility

1.0.2

  • Dart 2.8 support

1.0.1

  • Add onReply() and cancel() interceptor methods

1.0.0

  • First version implemented