Skip to content

v0.5.2

Compare
Choose a tag to compare
@parroty parroty released this 09 Nov 13:50
· 317 commits to master since this release

Enhancements

  • Make the return value from use_cassette block available (#17).

Changes

  • Exclude :custom mode from applying match_requests_on: [:request_body] by default.
    • Make it only applies to :stub mode, as it breaks existing custom cassettes.
  • Avoid throwing Argument Error when option contains tuple (#30).