Releases: octokit/fixtures-server
Releases · octokit/fixtures-server
v2.1.6
2.1.6 (2018-09-09)
Bug Fixes
- package: update http-proxy-middleware to version 0.19.0 (2072794)
v2.1.5
2.1.5 (2018-07-03)
Bug Fixes
v2.1.4
2.1.4 (2018-06-29)
Bug Fixes
- package: update yargs to version 12.0.1 (889aa46)
v2.1.3
2.1.3 (2018-05-17)
Bug Fixes
v2.1.2
2.1.2 (2018-03-13)
Bug Fixes
- package: update http-proxy-middleware to version 0.18.0 (95ed229)
v2.1.1
2.1.1 (2018-02-25)
Bug Fixes
- handle binary responses (1d27b5f)
- mock not found error message (b07c1b4)
v2.1.0
2.1.0 (2018-02-15)
Bug Fixes
- avoid false negatives due to fixture conflicts (ab9e637)
Features
- add error.detail for request not matching next pending mock (16c448c)
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.
v1.1.2
1.1.2 (2018-02-12)
Bug Fixes
- calculate
content-lenght
header correctly (1a9d8a3)
- leave arrays in fixtures intact (c203d8b)
v1.1.1
1.1.1 (2018-02-12)
Bug Fixes
- resolve path to
[@octokit](https://github.com/octokit)/fixtures
more robustly (4a5a173)