Skip to content

v9.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ikesyo ikesyo released this 03 May 05:04
v9.0.0-beta.1

BREAKING CHANGES

  • Bump Swift requirement to 5.2 (Xcode 11.4) #689, #692, #701, #728
  • Make throwAssertion and throwError matchers generic and usable with non-void closures #698
  • Replaced TimeInterval with DispatchTimeInterval #718 (Thanks @wongzigii)

Additions

  • Add elementsEqual(_:by:) matcher using a predicate closure #695

Improvements

  • Update CwlPreconditionTesting to 2.0.0 #681, #706
  • [gardening] Move operators into types where possible #699
  • [CI] Parallel platform testing #700
  • Fix a swiftlint violation #726 (Thanks @chunkyguy)
  • Enable module stability #732
  • [CI] Use norio-nomura/action-swiftlint for running SwiftLint #735

Bugfixes

  • Fix elementsEqual matcher constraint to match with the Swift standard library equivalent #693

Docs

  • Unpin the cocoapods instructions from Nimble 6.0.0 in the README #717 (Thanks @intiocean)
  • Fix README.md code example on Notifications #722 (Thanks @yanamura)