Skip to content

Releases: octokit/fixtures-server

v2.1.4

29 Jun 19:53
Compare
Choose a tag to compare

2.1.4 (2018-06-29)

Bug Fixes

  • package: update yargs to version 12.0.1 (889aa46)

v2.1.3

17 May 22:43
Compare
Choose a tag to compare

2.1.3 (2018-05-17)

Bug Fixes

v2.1.2

13 Mar 00:57
Compare
Choose a tag to compare

2.1.2 (2018-03-13)

Bug Fixes

  • package: update http-proxy-middleware to version 0.18.0 (95ed229)

v2.1.1

25 Feb 00:06
Compare
Choose a tag to compare

2.1.1 (2018-02-25)

Bug Fixes

  • handle binary responses (1d27b5f)
  • mock not found error message (b07c1b4)

v2.1.0

15 Feb 01:01
Compare
Choose a tag to compare

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

14 Feb 20:57
Compare
Choose a tag to compare

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

12 Feb 08:45
Compare
Choose a tag to compare

1.1.2 (2018-02-12)

Bug Fixes

  • calculate content-lenght header correctly (1a9d8a3)
  • leave arrays in fixtures intact (c203d8b)

v1.1.1

12 Feb 04:25
Compare
Choose a tag to compare

1.1.1 (2018-02-12)

Bug Fixes

  • resolve path to [@octokit](https://github.com/octokit)/fixtures more robustly (4a5a173)

v1.1.0

11 Feb 23:51
Compare
Choose a tag to compare

1.1.0 (2018-02-11)

Features

  • set fixturesUrl from NOW_URL if present (b50ffe5)
  • server: /ping route (c2aa52e)

v1.0.0

11 Feb 22:48
Compare
Choose a tag to compare

1.0.0 (2018-02-11)

Features