Skip to content

Tags: sawyer523/Nimble

Tags

v8.1.1

Toggle v8.1.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Disambiguate `postNotifications` overloads Quick#793

v8.1.0

Toggle v8.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Rename `postNotifications(_:fromNotificationCenter:)` to `postNotif…

…ications(_:from:)` Quick#789

  - `postNotifications(_:fromNotificationCenter:)` is deprecated and will be removed.

- Fix CI builds Quick#790
- Tweak CI Quick#791

v9.0.0-rc.1

Toggle v9.0.0-rc.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Support passing NSExceptionName to raiseException matcher Quick#776

- `bundle update --bundler` && `bundle update` Quick#774
- [Stringers] Remove Linux-related workaround in NSNumber.testDescription Quick#777
- Utilize `as NSString` bridging on Linux as well Quick#778
- Utilize `as NSArray` bridging on Linux as well Quick#779
- Utilize `as NSDictionary` bridging on Linux as well Quick#780
- Reduce `#if canImport(Darwin)` usages in tests Quick#781
- Remove SUPPORT_IMPLICIT_BRIDGING_CONVERSION conditional compilation Quick#782
- Use `as` bridging for NSNumber Quick#783

v9.0.0-beta.3

Toggle v9.0.0-beta.3's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Move most of Objective-C matchers from NMBObjCMatcher to NMBPredicate 

Quick#761

- Convert Objective-C raiseException matcher to NMBPredicate Quick#762
- Convert Objective-C beCloseTo matcher to NMBPredicate Quick#764
- Convert Objective-C matchers' return types from `id<NMBMatcher>` to `NMBPredicate` Quick#765
- Deprecate NMBObjCMatcher which is not used inside Nimble anymore Quick#767

- Add `beginWith(prefix:)` matcher for sequence prefixes Quick#719

- Add `-Xlinker -no_application_extension` to `OTHER_LDFLAGS` at project level Quick#759
- [gardening] Use guard where appropriate Quick#763
- Simplify generic parameters Quick#768
- Refactor message creation for errors and exceptions Quick#769
- Reduce Foundation import Quick#770
- Tweak CI Quick#771
- Remove now-unnecessary compiler version check Quick#772
- Unify some `#if canImport(Darwin)` conditional compilations Quick#773

- [tvOS] Remove CwlCatchException.h from public headers Quick#760
- [tvOS] Remove CwlMachBadInstructionHandler.h from public headers Quick#766

v8.0.9

Toggle v8.0.9's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Add `-Xlinker -no_application_extension` to `OTHER_LDFLAGS` at proj…

…ect level Quick#759

v9.0.0-beta.2

Toggle v9.0.0-beta.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Deprecate Matcher-to-Predicate migration-path features as planned i…

…n the Deprecation Roadmap Quick#745, Quick#746

- Add label to the second associated value of `ExpectationMessage.expectedCustomValueTo` for readability and understandability Quick#751
- Make `raiseException` generic and usable with non-void closures Quick#752
- Replace NMBMatcher return types with NMBPredicate Quick#757

- Implement assertion chaining Quick#742, Quick#750 (Thanks @mockersf)

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

- Stop using method swizzling for registering CurrentTestCaseTracker to XCTestObservationCenter Quick#741

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

v8.0.8

Toggle v8.0.8's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Stop using method swizzling for registering CurrentTestCaseTracker …

…to XCTestObservationCenter Quick#741, Quick#753

v9.0.0-beta.1

Toggle v9.0.0-beta.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Bump Swift requirement to 5.2 (Xcode 11.4) Quick#689, Quick#692, Qu…

…ick#701, Quick#728

- Make `throwAssertion` and `throwError` matchers generic and usable with non-void closures Quick#698
- Replaced TimeInterval with DispatchTimeInterval Quick#718

- Add `elementsEqual(_:by:)` matcher using a predicate closure Quick#695

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

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

- Unpin the cocoapods instructions from Nimble 6.0.0 in the README Quick#717
- Fix README.md code example on Notifications Quick#722

v8.0.7

Toggle v8.0.7's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Fix CwlPreconditionTesting linking issue when used by SwiftPM Quick…

…#729

v8.0.6

Toggle v8.0.6's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Wait until race condition fix Quick#721, Quick#727 (Thanks @Anthony…

…MDev)