Skip to content

3.0.0

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 18 Feb 18:04
· 261 commits to main since this release

Breaking changes

  • dispatchQueue property was removed from Plugin protocol. All Plugin events are now called synchronously to allow write access to objects, expecially requests. If Plugin requires any specific dispatch queue to run on, it must implement this logic itself.

Bugfixes

  • APIStub will now print error to console, if it failed to build model from file.
  • NetworkLoggerPlugin will no longer double escape characters, when printing successful request cURL to console.