Skip to content

Latest commit

 

History

History
68 lines (34 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

68 lines (34 loc) · 1.37 KB

Change Log

1.9.0

Added

  • Add more output for "bodies don't match" (Hidenari Nozaki) - nock#312

1.8.0

Added

  • feature: fail when specified bad header is present (Ken Sheeldo) - nock#310

1.7.1

Fixed

  • removing interceptors when replying with error (Pedro Teixeira) - #307
  • reply status code must always be a number (Pedro Teixeira) - #308

1.7.0

Added

  • access request headers from within the reply callback (Pedro Teixeira)

1.6.0

Added

  • Mocking Network Errors (Douglas Eggleton) - nock#298

1.5.0

Added

  • fully dynamic replies using one function (Pedro Teixeira) - nock#297

1.4.0

Added

  • setting 404 as status code in no match errors to help some server defaults (Pedro Teixeira)

1.3.0

Added

  • add syntax sugar for basic auth (José F. Romaniello) - nock#293

1.2.1

Fixed

  • Reset file read stream after first request (Benjamin Urban) - nock#286

1.2.0

Added

  • reply with asynchronous response (Rémy HUBSCHER) - nock#283
  • simulate socket timout (Brett Porter) - nock#282
  • Show path in NetConnectNotAllowedError (Matt Olson) - nock#284