Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidelin, Eugene(efidelin) committed Sep 17, 2019
1 parent d339b5d commit 8ce9d61
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v 1.8.0
-------

- Added types for IncomingHeaders [Issue #192][192].
- Enabled method chaining [Issue #191][191].
- Added accepts language [Issue #188][188].

[192]: https://github.com/howardabrams/node-mocks-http/issues/192
[191]: https://github.com/howardabrams/node-mocks-http/issues/191
[188]: https://github.com/howardabrams/node-mocks-http/issues/188

v 1.7.6
-------

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Howard Abrams <howard.abrams@gmail.com> (http://www.github.com/howardabrams)",
"name": "node-mocks-http",
"description": "Mock 'http' objects for testing Express routing functions",
"version": "1.7.6",
"version": "1.8.0",
"homepage": "https://github.com/howardabrams/node-mocks-http",
"bugs": {
"url": "https://github.com/howardabrams/node-mocks-http/issues"
Expand Down

0 comments on commit 8ce9d61

Please sign in to comment.