Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 700 Bytes

Changelog.md

File metadata and controls

29 lines (22 loc) · 700 Bytes

Changelog

Next

  • A new completion callback can be set on Mock to use for expectation fulfilling once a Mock is used.
  • Updated to Swift 5.0
  • Correctly handle cancellation of delayed responses

1.3.0

  • Updated to Swift 4.2

1.2.1 (2018-09-11)

  • Improved CI
  • Better matching Mocks based on absoluteString
  • Migrated to Swift 4.1

1.2.0 (2018-02-09)

  • Ignoring query path for mocks
  • Missing mocks no longer break tests (removed fatalError)
  • Improved SwiftLint implementation

1.1.0 (2017-11-03)

  • Adds support for delayed responses
  • Adds support for ignoring URLs
  • Adds support for redirects
  • Migrated to Swift 4.0

1.0 (2017-08-11)

  • First public release! 🎉