Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Fidelin committed Nov 11, 2022
1 parent 695a048 commit 0933d6d
Show file tree
Hide file tree
Showing 4 changed files with 8,298 additions and 487 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "10"
- "12"
- "14"
- "16"
- "18"

notifications:
email:
Expand Down
9 changes: 9 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
v 1.12.0
-------

- Make it easier to create mocks for the node http library [Issue #259][259].
- mockResponse.end(): added callback triggering once end() logic has run [Issue #248][248].

[259]: https://github.com/howardabrams/node-mocks-http/issues/259
[248]: https://github.com/howardabrams/node-mocks-http/issues/248

v 1.11.0
-------

Expand Down
Loading

0 comments on commit 0933d6d

Please sign in to comment.