Releases: Quick/Nimble
Releases · Quick/Nimble
v9.0.0-beta.3
BREAKING CHANGES
- Move most of Objective-C matchers from NMBObjCMatcher to NMBPredicate #761
- Convert Objective-C raiseException matcher to NMBPredicate #762
- Convert Objective-C beCloseTo matcher to NMBPredicate #764
- Convert Objective-C matchers' return types from
id<NMBMatcher>toNMBPredicate#765 - Deprecate NMBObjCMatcher which is not used inside Nimble anymore #767
Additions
Improvements
- Add
-Xlinker -no_application_extensiontoOTHER_LDFLAGSat project level #759 - [gardening] Use guard where appropriate #763
- Simplify generic parameters #768
- Refactor message creation for errors and exceptions #769
- Reduce Foundation import #770
- Tweak CI #771
- Remove now-unnecessary compiler version check #772
- Unify some
#if canImport(Darwin)conditional compilations #773
Bugfixes
v8.0.9
v9.0.0-beta.2
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.expectedCustomValueTofor readability and understandability #751 - Make
raiseExceptiongeneric 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
v8.0.8
v9.0.0-beta.1
BREAKING CHANGES
- Bump Swift requirement to 5.2 (Xcode 11.4) #689, #692, #701, #728
- Make
throwAssertionandthrowErrormatchers 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)