Skip to content

v13.2.0 - visionOS, map matcher.

Compare
Choose a tag to compare
@younata younata released this 17 Jan 23:11
· 16 commits to main since this release
v13.2.0

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!

Note: This version of Nimble is not available in Cocoapods. Nimble 13.2.1 is available in Cocoapods.

Autogenerated Release Notes

What's Changed

New Contributors

Full Changelog: v13.1.2...v13.2.0