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