Skip to content

Releases: Quick/Nimble

v9.0.0-beta.2

16 May 08:34
v9.0.0-beta.2
Compare
Choose a tag to compare
v9.0.0-beta.2 Pre-release
Pre-release

BREAKING CHANGES

  • Deprecate Matcher-to-Predicate migration-path features as planned in the Deprecation Roadmap #745, #746
  • Add label to the second associated value of ExpectationMessage.expectedCustomValueTo for readability and understandability #751
  • Make raiseException generic and usable with non-void closures #752
  • Replace NMBMatcher return types with NMBPredicate #757

Additions

Improvements

  • [CI] Test the latest Swift Development Snapshot #738
  • Add default message to Predicate's convenience factory methods #743
  • Simplify RaisesExceptionTest #748
  • Enable parallel testing in Xcode #749

Bugfixes

  • Stop using method swizzling for registering CurrentTestCaseTracker to XCTestObservationCenter #741

Docs

  • Fix indent in ISSUE_TEMPLATE and PULL_REQUEST_TEMPLATE #744
  • Reflect TimeInterval-to-DispatchTimeInterval changes to README #754
  • Update README to align with Matcher deprecation #758

v8.0.8

14 May 13:06
v8.0.8
Compare
Choose a tag to compare

Bugfixes

  • Stop using method swizzling for registering CurrentTestCaseTracker to XCTestObservationCenter #741, #753

v9.0.0-beta.1

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

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)

v8.0.7

29 Mar 05:19
v8.0.7
Compare
Choose a tag to compare

Bugfixes

  • Fix CwlPreconditionTesting linking issue when used by SwiftPM #729

v8.0.6

28 Mar 03:53
v8.0.6
Compare
Choose a tag to compare

Bugfixes

v8.0.5

28 Dec 06:47
v8.0.5
Compare
Choose a tag to compare

Improvements

  • [CI] Fix GitHub Actions breakage and restore Travis build matrix for older Xcode versions #712, #715

Bugfixes

  • Fix hanging toEventually when build with swift package manager (SPM) #711, #716 (Thanks @tomquist)

v8.0.4

11 Sep 00:19
v8.0.4
Compare
Choose a tag to compare

Improvements

  • [CocoaPods] Use modular headers #688

Bugfixes

  • Fix device builds for iOS and tvOS #687

v8.0.3

10 Sep 01:22
v8.0.3
Compare
Choose a tag to compare

Improvements

  • Tweak build settings #670
  • Update CwlPreconditionTesting #675, #682
  • [CI] Use GitHub Actions for Darwin platforms #676, 679
  • [CI] Update Linux Swift versions #678
  • Support throwAssertion matcher on SwiftPM on Darwin #680
  • [CI] Test Xcode 11 #683
  • Reduce test duration in AsynchronousTest #684

v8.0.2

08 Jun 16:30
v8.0.2
Compare
Choose a tag to compare

Improvements

  • Update CocoaPods to 1.7.1 #640, #668
  • Support Swift 5's Package.swift syntax (platforms support) #641 (Thanks @devxoul)
  • [CocoaPods] Support swift_versions which is available since CocoaPods 1.7 #669
  • Update .hound.yml #645
  • [refactoring] Use canImport(Darwin) #647
  • [Xcode] Set DEPLOYMENT_TARGET and TARGETED_DEVICE_FAMILY build settings at target level #648
  • Xcode 10.2: Update to recommended settings #649
  • [refactoring] Remove compatibility hack below Swift 4.2 #651
  • Remove now-unnecessary Linux hack #652
  • Remove now-unnecessary platform checks #653
  • Suppress warnings #658
  • Tweak build settings #660
  • Reduce deprecated Matcher type usages in some matchers #663
  • Replace deprecated Predicate.matches(_:failureMessage:) and Predicate.doesNotMatch(_:failureMessage:) #664, #666
  • [gardening] Remove unnecessary parentheses #667

Bugfixes

  • Fix ambiguities of beGreaterThan, beGreaterThanOrEqualTo, beLessThan and beLessThanOrEqualTo matchers on Linux with Swift 5.1 #659

Docs

  • [README] Document support & installation via Accio #646 (Thanks @Dschee)

v8.0.1

09 Mar 00:15
v8.0.1
Compare
Choose a tag to compare

Bugfixes

  • Fix beEmpty and contain matcher ambiguity for some types which conform to both Sequence and SetAlgebra #639 (Thanks @ikesyo)