v2.0.0
2.0.0 (2018-02-14)
Features
- suffix fixture URLs with fixture IDs (ba5c9a4)
BREAKING CHANGES
- Before, a returned fixture URL looked like this
http://localhost:3000/api.github.com
All requests required a X-Fixtures-Id
header set to the fixtures ID received before.
Now the Returned URL looks like this
http://localhost:3000/api.github.com/123fixturesid456
The X-Fixtures-Id
header is now obsolete.