Skip to content

Releases: parroty/exvcr

v0.13.5

12 Feb 11:04
Compare
Choose a tag to compare

Changes

  • Adds httpoison ~> 2.0 support (#196).

v0.13.4

12 Feb 11:04
Compare
Choose a tag to compare

Enhancements

  • Add additional information to the InvalidRequestError message (#188 #188).

Changes

  • Allow append to be passed to a previously nil setting.
    • Better document the ignore_urls setting (#187 #187 ).
  • Resolve Duplicate Docs Warnings (#180 #180 ).

v0.13.3

28 Jan 03:03
5aa3324
Compare
Choose a tag to compare

Changes

  • Update dependency.
    • Relax dependency constraint on Finch (#182).

v0.13.2

03 Aug 22:29
Compare
Choose a tag to compare

Changes

  • Fix for Finch support.
    • Define Finch adapter conditionally to fix compile error (#178).

v0.13.1

03 Aug 12:43
Compare
Choose a tag to compare

Enhancements

  • Add Finch support (#175).

v0.13.0

11 Jul 13:06
Compare
Choose a tag to compare

Changes

  • Update meck to fix failing tests (#173).

v0.12.3

29 Apr 10:58
605c713
Compare
Choose a tag to compare

Enhancements

  • Add support to ignore_urls (#168).

Changes

  • Fix sanitize options function in hackney adapter converter (#169).

v0.12.2

16 Nov 15:32
Compare
Choose a tag to compare

Changes

  • Misc HTML doc generation changes (#161).
  • Fix CurrentRecorder initial state (#163).

v0.12.1

08 Oct 13:41
Compare
Choose a tag to compare

Changes

  • Make global mock experimental feature and disable it by default (#159, #160).

v0.12.0

05 Oct 13:33
Compare
Choose a tag to compare

Enhancements

  • Fix for the following points.
    • Slow (#107).
    • Use global mock in adapters (#158).