- mockable status codes added
- fixed issue with sending multiple requests to single router #28
- added
clearRoute()
to remove routes by url and http-method #19 - added
unmock
method to disable mocker #19 - fixed missed calling context #19
- 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
- fix: unmocked routes now works properly
- fix: avoid patching when superagent is patched already
- add history.md
- fix race conditions that messed up responses
- update kewords and readme
- make mocker async
- fix error with route hadn't mocked
- fix matching
- fix docs