* Add `TextLike` for matching similar text, with the ability to ignore cases and certain character sequences (eg whitespace)
0.7.0
* Add support for values being represented in reverse order (ie `value == expected` rather than `expected == value`) * Remove support for `FloatApprox` being used with a magnitude and a percentage
0.6.3
* Fix another inconsistency with `DictContainingItems` representation
0.6.2
* Improve trimmed representations for long elements