Skip to content

v0.4.0

Compare
Choose a tag to compare
@parroty parroty released this 21 Jul 13:54
· 366 commits to master since this release

Enhancements

  • The use_cassette with custom: true or :stub option can now have either string or regexp format (#13).
    • This item involves json format change. In order to use regexp matching, please wrap the string with "/" prefix and "/" suffix (ex. "/regexpstring/")