From d6a73a66593f3524dc085183a749974c64ff1219 Mon Sep 17 00:00:00 2001 From: Shuvalov Anton Date: Thu, 15 Oct 2015 01:40:39 +0300 Subject: [PATCH] 0.3.0 --- history.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/history.md b/history.md index 11be798..05e8cc4 100644 --- a/history.md +++ b/history.md @@ -1,3 +1,11 @@ +0.3.0 / 2015-10-07 +================== + +- added `clearRoute()` to remove routes by url and http-method [#19](https://github.com/shuvalov-anton/superagent-mocker/issues/19) +- added `unmock` method to disable mocker [#19](https://github.com/shuvalov-anton/superagent-mocker/issues/19) +- fixed missed calling context [#19](https://github.com/shuvalov-anton/superagent-mocker/issues/19) + + 0.2.0 / 2015-10-07 ==================