Skip to content

Commit 525a28a

Browse files
committed
1.3.4
1 parent 1d88e30 commit 525a28a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 1.3.4
2+
3+
- On timeout, `readyState` is set to `DONE`
4+
- Writing an unsupported value to `responseType` now fails silently
5+
- Add more tests
6+
17
# 1.3.3
28

39
- Refactor `EventTarget` and `XMLHttpRequestEventTarget` into their own classes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-http-xhr",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "Node.js XMLHttpRequest implementation using http.request()",
55
"main": "lib/index.js",
66
"browser": "lib/browser.js",

0 commit comments

Comments
 (0)