Add class configuration of Difference from a block
Allow HTML output using :html_output=>true option
Summarize Hash and Array output in diff with "..."
eg.
- [...]+ {...}
-
set color_enabled/color_scheme on the class
(ie. so it can be used by default)
-
BUGFIX for
AllMatcher- return a diff instead of raising an exception
- (raising an exception was a bad idea as it blew up the entire match when used in conjuction with an or-matcher, or embedded into other matchers)
- AllMatcher also accepts a size (
FixnumorRange)
- Added Matcher and AllMatcher
- Matcher returns the closest diff.
- Added
:min,:maxargs toAllMatcherand:optional_keystoMatcher - Added range matcher
-
Remove
:verboseoptionMore often than not users want this as the default.
- BUGFIX for ruby 1.8.7
- initial release (as a gem in the wild)