poetic / nock-vcr-recorder

A test framework agnostic vcr implementation that uses nock.
9 stars 11 forks source link

0.1.5 broke backwards compatibility with existing cassettes #10

Open joelzimmer opened 8 years ago

joelzimmer commented 8 years ago

The upgrade from 0.1.3 to 0.1.5 broke compatibility with existing cassettes, meaning that existing projects using this library (and more importantly nock-vcr-recorder-mocha) will no longer be able to pass tests until they update cassettes.

I would recommend unpublishing the 0.1.5 change and republishing as either 0.2.0 or 1.0.0 so dependent libraries do not pull in the new version.