Skip to content

Releases: nock/nock

v11.0.0-beta.3

03 Jan 06:12
Compare
Choose a tag to compare
v11.0.0-beta.3 Pre-release
Pre-release

11.0.0-beta.3 (2019-01-03)

Bug Fixes

v10.0.6

02 Jan 21:12
Compare
Choose a tag to compare

10.0.6 (2019-01-02)

Bug Fixes

v11.0.0-beta.2

23 Dec 16:24
Compare
Choose a tag to compare
v11.0.0-beta.2 Pre-release
Pre-release

11.0.0-beta.2 (2018-12-23)

Bug Fixes

  • package.engines is supposed to be an object (6dc0208)

v10.0.5

23 Dec 16:24
Compare
Choose a tag to compare

10.0.5 (2018-12-23)

Bug Fixes

  • package.engines shows incorrect versions and is supposed to be an object (0c4edd6)

v11.0.0-beta.1

18 Dec 18:47
Compare
Choose a tag to compare
v11.0.0-beta.1 Pre-release
Pre-release

BREAKING CHANGES

  • Drop support for Node 6

v10.0.4

08 Dec 02:29
Compare
Choose a tag to compare

10.0.4 (2018-12-08)

Bug Fixes

v10.0.3

03 Dec 22:19
Compare
Choose a tag to compare

10.0.3 (2018-12-03)

Bug Fixes

v10.0.2

03 Nov 16:03
598245c
Compare
Choose a tag to compare

10.0.2 (2018-11-03)

Bug Fixes

v10.0.1

09 Oct 04:56
3131313
Compare
Choose a tag to compare

10.0.1 (2018-10-09)

Bug Fixes

  • package: update debug to version 4.1.0 (0c807c9), closes #1214

v10.0.0

14 Sep 19:44
Compare
Choose a tag to compare

BREAKING CHANGES

  • drop official support for Node < 6

There is no intentional change that breaks usage in Node 4, but as we
stop testing in this no longer supported Node version we recommend to
no update nock if you still rely on Node 4.

The reason why we decided to go ahead and make a breaking version
release is that it became increasingly harder to update dependencies
to the latest versions as they also drop support for Node 4.

Bug Fixes

Code Refactoring

  • update Buffer constructors to from and alloc (c94b89d)

Continuous Integration

  • travis: stop testing in Node 4 (139b632)