Skip to content

Releases: parroty/exvcr

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).

v0.11.2

25 Jul 12:13
Compare
Choose a tag to compare

Changes

  • Fix for ExVCR.IEx not working with adapter: ExVCR.Adapter.Hackney (#156, #157)

v0.11.1

25 Jul 12:12
Compare
Choose a tag to compare

Enhancements

  • Add strict_mode option to ensure HTTP calls DO NOT get made (#152).

Changes

  • Fix warnings from OptionParser in exvcr mix tasks (#149).