Skip to content

v2.0.0

Compare
Choose a tag to compare
@octokitbot octokitbot released this 14 Feb 20:57

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.