github Quick/Nimble v13.2.0
v13.2.0 - visionOS, map matcher.

latest releases: v13.3.0, v13.2.1
5 months ago

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!

Autogenerated Release Notes

What's Changed

New Contributors

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

Don't miss a new Nimble release

NewReleases is sending notifications on new releases.