Nimble v9.0.0-beta.2 Release Notes

Release Date: 2020-05-16 // almost 4 years ago
  • ๐Ÿ’ฅ 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