# 0.2.1 * FIX * bug of wait # 0.2.0 * CHANGE * find_xxx_like raise errors when element not found * find_xxx_like waits Capybara.default_wait_time # 0.1.1 * ENHANCEMENT * have_xxx_like matcher allows block to use # 0.1.0 * CHANGE * has_xxx_like? and has_no_xxx_like? returns true or false (stop raising errors) # 0.0.4 * FIX * bug of find_exactly raise ElementNotFound error and have_no_xxx_like fail # 0.0.3 * ADD * use xpath when matcher can be converted # 0.0.2 * CHANGE * find_tag_like can also accept proc as matcher or block # 0.0.1 first release