Skip to content

v12.2.0

Compare
Choose a tag to compare
@younata younata released this 28 Jul 15:34
· 45 commits to main since this release
v12.2.0

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