github Quick/Nimble v12.2.0

latest releases: v13.5.0, v13.4.0, v13.3.0...
13 months ago

Highlights

the equal matcher now supports arrays of tuples. For example:

expect([
    (1, 2),
    (3, 4)
]).to(equal([
    (1, 2),
    (3, 4)
]))

Thanks @faroman for their contribution!

Automatically Generated Release Notes

What's Changed

New Contributors

Full Changelog: v12.1.0...v12.2.0

Don't miss a new Nimble release

NewReleases is sending notifications on new releases.