v13.2.0 - visionOS, map matcher.
Highlights
- Nimble now supports visionOS! Thanks @stonko1994!
- Adds a new
map
matcher.map
allows you to transform the expression to another value, and pass that value to another matcher.- For example, if you wanted to match the first element in a tuple easily, you could write:
expect(myTuple).to(map(\.0, equal(expectedValue)))
. - See the docs for more suggestions!
- For example, if you wanted to match the first element in a tuple easily, you could write:
Note: This version of Nimble is not available in Cocoapods. Nimble 13.2.1 is available in Cocoapods.
Autogenerated Release Notes
What's Changed
- Add a
map
matcher. by @younata in #1112 - Build the carthage frameworks in a github action by @younata in #1107
- Bump cocoapods from 1.14.2 to 1.14.3 by @dependabot in #1100
- Add a privacy manifest by @younata in #1113
- Add visionOS support by @stonko1994 in #1098
New Contributors
- @stonko1994 made their first contribution in #1098
Full Changelog: v13.1.2...v13.2.0