Skip to content

Commit 5ab3de2

Browse files
committed
Release 1.15.0
1 parent 3ffa47a commit 5ab3de2

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

HISTORY.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v 1.15.0
2+
3+
- Add to write() and end() support of TypedArray [Issue #300][300].
4+
- Fix: return empty string when send() was called with undefined [Issue #298][298].
5+
6+
[300]: https://github.com/eugef/node-mocks-http/pull/300
7+
[298]: https://github.com/eugef/node-mocks-http/pull/298
8+
19
## v 1.14.1
210

311
- Move express and node types to prod deps [Issue #290][290].

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Howard Abrams <[email protected]> (http://www.github.com/howardabrams)",
33
"name": "node-mocks-http",
44
"description": "Mock 'http' objects for testing Express, Next.js and Koa routing functions",
5-
"version": "1.14.1",
5+
"version": "1.15.0",
66
"homepage": "https://github.com/eugef/node-mocks-http",
77
"bugs": {
88
"url": "https://github.com/eugef/node-mocks-http/issues"

0 commit comments

Comments
 (0)