Skip to content

Releases: poetic-labs/nock-vcr-recorder-mocha

v0.2.0

03 Dec 23:42
Compare
Choose a tag to compare

Breaking Changes

  • Remove all process.env based configuration

New Features

  • Exclude url(s) from being recorded with the excludeScope option
  • Default to using nock's output_objects recorder configuration - (maybe more perf? not sure. It's definitely cleaner)
  • Provide a default configuration and way to set it
  • Ability to override default config on a test specific basis

The readme has been updated for how to use the new options