Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 781 Bytes

CHANGELOG.md

File metadata and controls

33 lines (18 loc) · 781 Bytes

Change Log

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