## 0.9.2 * FIXED * hash_includes passes when key does not exist but key is nil ## 0.9.1 * FIXED * all_of and any_of pass positions to child matchers ## 0.9.0 * ENHANCEMEN * support & and | to composite matcher ## 0.4.0 * ENHANCEMENT * add any_of and all_of helper ## 0.3.1 * IMPROVEMENT * improve error message when hash keys mismatch ## 0.3.0 * ENHANCEMENT * allow method object ## 0.2.1 * ENHANCEMENT * add bag_of like Test::Deep in perl ## 0.2.0 * Update * wildcard_matchers now works on rspec3.x (@yuki-hirako) ## 0.1.8 * ENHANCEMENT * wildcard_match have capablity to use block ## 0.1.7 * FIX * bug of hash_includes corrupts expectation * bug of using without rspec ## 0.1.6 * ENHANCEMENT * add reponding helper to check object attribute with hash * CHANGE * allow wildcard_matcher to use recursively with rspec ## 0.1.5 * ENHANCEMENT * add without_query! modifier to with_uri_template matcher ## 0.1.4 * ENHANCEMENT * with_uri_template matcher ## 0.1.3 * more error handling ## 0.1.2 * minor bug fix and refactoring ## 0.1.1 * ENHANCEMENT * for_any helper * is_url matcher ## 0.1.0 * big refactoring ## 0.0.4 * BUGFIX * renamed all to for_all ## 0.0.3 * ENHANCEMENT * add helper nil_or ## 0.0.2 * BUGFIX * bug fix comparing Hash with Array ## 0.0.1 * first release