Skip to content

Releases: A/superagent-mocker

0.3.0

Choose a tag to compare

@A A released this 14 Oct 22:43
  • added clearRoute() to remove routes by url and http-method #19
  • added unmock method to disable mocker #19
  • fixed missed calling context #19

0.2.0

Choose a tag to compare

@A A released this 06 Oct 21:12

0.2.0 / 2015-10-07

  • added ability to set custom timeout for requests #8
  • added a method to clear all registered handlers #10
  • errors in mocks now throws into callbacks #12
  • added support for headers and send method #11
  • tests improved

0.1.6

Choose a tag to compare

@A A released this 14 Jun 15:14
  • fix: unmocked routes now works properly
  • fix: avoid patching when superagent is patched already
  • add history.md

0.1.5

Choose a tag to compare

@A A released this 20 May 09:31
  • fix race conditions that messed up responses

0.1.4

Choose a tag to compare

@A A released this 18 May 21:34
  • update kewords and readme

0.1.3

Choose a tag to compare

@A A released this 18 May 21:34
  • make mocker async

0.1.2

Choose a tag to compare

@A A released this 18 May 21:34
  • fix error with route hadn't mocked

0.1.1

Choose a tag to compare

@A A released this 18 May 21:35
  • fix matching
  • fix docs