q231950 / the-stubborn-network

A Swifty and clean stubbing machine.
MIT License
7 stars 3 forks source link

Remove 1.x backward compatibility of 2.0 #64

Open q231950 opened 1 year ago

q231950 commented 1 year ago

RequestStub stores a date when recording a stub. As previously recorded stub json files might not contain that date field, the current date is used to make old json compatible. When 2.0 is released, this replacement can be removed - all users of 2.0 will be required to re-record all legacy stubs after updating to the new version.