File: migrating_to_10.md

package info (click to toggle)
node-nock 13.5.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,168 kB
  • sloc: javascript: 12,018; makefile: 11
file content (10 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
## Upgrading from Nock 9 to Nock 10

[Release Tag](https://github.com/nock/nock/releases/tag/v10.0.0)

### Breaking changes

Support for Node < 6 was dropped.

To upgrade Nock, ensure your version of Node is also updated.  
At the time of release, Node 6.x, 8.x, and 9.x were supported.