Sha256: 3b33148d34d799a19a90e6384f22121360a839bc0bd6c615314f61a84f695df4

Contents?: true

Size: 1.11 KB

Versions: 1

Compression:

Stored size: 1.11 KB

Contents

# Changelog

### v2.4.1

* BUGFIX match values where their classes are different but one is a subclass of the other

### v2.4.0

* Add class configuration of Difference from a block

### v2.3.3

* Allow HTML output using `:html_output=>true` option

### v2.3.2

  Summarize `Hash` and `Array` output in diff with `"..."`
```
  eg.
  - [...]+ {...}
```

### v2.2.3

* set color_enabled/color_scheme on the class

  (ie. so it can be used by default)

### v2.2.2

* 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)

### v2.2.1

* AllMatcher also accepts a size (`Fixnum` or `Range`)

### v2.2.0

* Added Matcher and AllMatcher
  - Matcher returns the *closest* diff.
* Added `:min`, `:max` args to `AllMatcher` and `:optional_keys` to `Matcher`
* Added range matcher

### v2.0.0

* Remove `:verbose` option

  More often than not users want this as the default.

### v1.0.1

* BUGFIX for ruby 1.8.7

### v1.0.0

* initial release (as a gem in the wild)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
diff_matcher-2.4.1 CHANGELOG.md