Skip to content

Tags: turrisxyz/Nimble

Tags

v9.2.1

Toggle v9.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Update CwlPreconditionTesting to 2.0.1 for Xcode 13 compatibility Q…

…uick#927 Quick#931

v9.2.0

Toggle v9.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Add support for tuples of up to 6 elements to `equal` matcher, as w…

…ith the standard library Quick#880, Quick#884

- [CI] Split ci.yml into dedicated workflows Quick#872
- Suppress SwiftPM build warnings Quick#878, Quick#882

- [README] Use `expect` with trailing closure syntax for the `succeed` matcher Quick#877, Quick#883

v9.1.0

Toggle v9.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Add `satisfyAnyOf` and `satisfyAllOf` overloads that take arrays of…

… matchers Quick#861, Quick#869 (Thanks @younata)

- Use target dependency condition instead of build machine info Quick#842 (Thanks @kateinoigakukun)
- [CI] Update Xcode and Swift versions Quick#866, 871
- Xcode 12.5: Update to recommended settings Quick#868

- Make the satisfyAllOf and satifyAnyOf matchers fail correctly when the submatchers fail Quick#860 (Thanks @younata)

v9.0.1

Toggle v9.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- NimbleXCTestHandler: replace deprecated recordFailure api with XCTI…

…ssue. Quick#830 (Thanks @arangato)

- Apply Xcode 12 recommended settings Quick#835 (Thanks @arangato)
- Bump cocoapods Quick#840, Quick#852
- Bump norio-nomura/action-swiftlint Quick#843, Quick#846
- Migrate Linux CI from Travis to GitHub Actions Quick#857
- Tweak SwiftLint configurations Quick#858
- [CI] Test Swift 5.4 Quick#859

- Replace deprecated libswiftXCTest.dylib with libXCTestSwiftSupport.dylib Quick#863 (Thanks @evelynccordner)

- Update code sample to reflect comment Quick#850 (Thanks @joemasilotti)

v9.0.0

Toggle v9.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Make `beCloseTo` matcher generic to fix a build error when used wit…

…h `allPass` matcher on Swift 5.3 Quick#832

- Support ARM based Macs (Apple Silicon) Quick#827 (Thanks @mRs-)
- Upgrade Project Format to Xcode 11.4-compatible Quick#828

v9.0.0-rc.3

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

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Make `postNotifications` generic and usable with non-void closures Q…

…uick#819

- Bump minimum iOS version to 9.0 Quick#825
- [API BREAKING] Modify `expect` overloads to fix Swift 5.3 incompatibility Quick#824

- Set ENABLE_TESTING_SEARCH_PATHS to YES Quick#803
- Test building for tvOS with Xcode-SwiftPM integration Quick#818
- Add DSL tests for `expect` variants Quick#823

v9.0.0-rc.2

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

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- Add postDistributedNotifications matcher for testing DistributedNot…

…ificationCenter Quick#786 (Thanks @fabianmuecke)

- Rename `postNotifications(_:fromNotificationCenter:)` to `postNotifications(_:from:)` Quick#788

- Remove unused `ExpectationMessage.sampleMessage` Quick#654
- Refactor beEmpty matcher and add tests Quick#785
- Refactor postNotifications matchers Quick#787
- Create dependabot.yml Quick#804
- Bump cocoapods from 1.9.2 to 1.9.3 Quick#805

- Disambiguate `postNotifications` overloads Quick#794
- Switch back to use `+[NSObject load]` for registering CurrentTestCaseTracker Quick#815

v8.1.2

Toggle v8.1.2's commit message

Verified

This tag was signed with the committer’s verified signature.
ikesyo IKEDA Sho
- [8.x] Switch back to use `+[NSObject load]` for registering Current…

…TestCaseTracker Quick#795, Quick#802

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