Skip to content

JustEat.HttpClientInterception v3.0.0

Compare
Choose a tag to compare
@martincostello martincostello released this 11 Oct 08:27

Added

  • Add support for async custom matching. (#130)
  • Improve exceptions thrown for missing registrations. (#130)
  • Add net472 as a target framework. (#127)
  • Add support for the new System.Text.Json APIs. (#127)
  • Add netstandard2.1 as a target framework. (#127)
  • Add nullable reference type annotations. (#127)
  • Add support for cancellation tokens to OnIntercepted() (#144) Thanks @slang25!

Changes

  • Add analyzer for public API surface. (#132)
  • Remove Newtonsoft.Json from the public surface area of the API. (#127)
  • Use Microsoft.NETFramework.ReferenceAssemblies to compile .NET Framework versions on non-Windows platforms. (#127)
  • Use C# 8. features. (#127)

Fixes

  • Fix typos in XML documentation. (#127)

Removed

  • Remove support for .NET Standard 1.3. (#127)

Contributors