louis-kevin / vcr

A dart VCR
https://pub.dev/packages/vcr
MIT License
9 stars 4 forks source link

Adds request METHOD to cassette. #12

Closed ccosnean closed 1 year ago

ccosnean commented 1 year ago

Adds request METHOD to cassette, and matching. Also bumps the version to 2.0.0 since it is a breaking change.

Migration guide:

ccosnean commented 1 year ago

@louis-kevin when do you think we can merge this?

louis-kevin commented 1 year ago

Thanks for your contribution @ccosnean ! I'm just missing some tests for this changes, can you please add them? e.g.: make a request when have the same cassete but with the method different

ccosnean commented 1 year ago

@louis-kevin updated with tests.