Skip to content

Releases: A/superagent-mocker

0.3.0

14 Oct 22:43
@A A
Compare
Choose a tag to compare
  • 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

06 Oct 21:12
@A A
Compare
Choose a tag to compare

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

14 Jun 15:14
@A A
Compare
Choose a tag to compare
  • fix: unmocked routes now works properly
  • fix: avoid patching when superagent is patched already
  • add history.md

0.1.5

20 May 09:31
@A A
Compare
Choose a tag to compare
  • fix race conditions that messed up responses

0.1.4

18 May 21:34
@A A
Compare
Choose a tag to compare
  • update kewords and readme

0.1.3

18 May 21:34
@A A
Compare
Choose a tag to compare
  • make mocker async

0.1.2

18 May 21:34
@A A
Compare
Choose a tag to compare
  • fix error with route hadn't mocked

0.1.1

18 May 21:35
@A A
Compare
Choose a tag to compare
  • fix matching
  • fix docs