Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 committed Aug 27, 2018
1 parent 58eb437 commit 5146e82
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
46 changes: 26 additions & 20 deletions History.md
@@ -1,4 +1,10 @@

2.4.1 / 2018-08-27
==================

**fixes**
* [[`58eb437`](https://github.com/node-modules/mm/commit/58eb4370e6f6cd5d671799c13ba1e93e759afe2f)] - fix: typpings error (#43) (whxaxes <<whxaxes@gmail.com>>)

2.4.0 / 2018-08-08
==================

Expand Down Expand Up @@ -128,114 +134,114 @@
* feat(error): support mock error on generator function
* feat(data): support mock generator function

0.2.1 / 2014-03-14
0.2.1 / 2014-03-14
==================

* if coveralls crash, dont break the test pass
* fix http request mock not work on 0.11.12 and no more test on 0.8.x

0.2.0 / 2014-02-21
0.2.0 / 2014-02-21
==================

* support thunkify cnpm/cnpmjs.org#196

0.1.8 / 2013-12-27
0.1.8 / 2013-12-27
==================

* fix Node 0.11 broken. (@alsotang)
* fix test cases

0.1.7 / 2013-11-20
0.1.7 / 2013-11-20
==================

* http.request mock support mm.http.request({host: $host, url: $url})
* add npm image

0.1.6 / 2013-07-04
0.1.6 / 2013-07-04
==================

* update muk to 0.3.1, it had fixed https://github.com/fent/node-muk/pull/2 bug

0.1.5 / 2013-07-03
0.1.5 / 2013-07-03
==================

* hot fixed #5 mock same method twices restore fails bug
* add test for fs.readFileSync. fixed #5
* support coveralls

0.1.4 / 2013-05-21
0.1.4 / 2013-05-21
==================

* use blanket instead of jscover
* fixed spawn test fail on node 0.6
* support emtpy error

0.1.3 / 2013-05-05
0.1.3 / 2013-05-05
==================

* Merge pull request #3 from dead-horse/support-spawn
* do not emit when null
* add support for spawn

0.1.2 / 2013-04-20
0.1.2 / 2013-04-20
==================

* fix mm.datas
* update travis

0.1.1 / 2013-04-15
0.1.1 / 2013-04-15
==================

* update muk to 0.3.0+

0.1.0 / 2012-12-01
0.1.0 / 2012-12-01
==================

* fixed restore not effect on http(s)

0.0.9 / 2012-11-28
0.0.9 / 2012-11-28
==================

* add request() mock statusCode

0.0.8 / 2012-11-27
0.0.8 / 2012-11-27
==================

* add mm.datas(), mm.data(), mm.empty() mock methods

0.0.7 / 2012-11-26
0.0.7 / 2012-11-26
==================

* try to find callback in arguments
* fixed CERT_HAS_EXPIRED with `rejectUnauthorized = false`

0.0.6 / 2012-11-21
0.0.6 / 2012-11-21
==================

* fix http.request() twice bug; add res.setEncoding method

0.0.5 / 2012-11-21
0.0.5 / 2012-11-21
==================

* fixed #1 support mm.https.request mock helpers

0.0.4 / 2012-11-13
0.0.4 / 2012-11-13
==================

* add mm() just like muk() does

0.0.3 / 2012-11-06
0.0.3 / 2012-11-06
==================

* add req.abort() for mock request object

0.0.2 / 2012-11-06
0.0.2 / 2012-11-06
==================

* when mock response error, must emit `req` error not `res` error event.
* replace logo

0.0.1 / 2012-11-04
0.0.1 / 2012-11-04
==================

* add mock http.request() and http.requestError()
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "mm",
"version": "2.4.0",
"version": "2.4.1",
"description": "mock mate, mock http request, fs access and so on.",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 5146e82

Please sign in to comment.