Skip to content

Commit 86ff70e

Browse files
committed
v1.8.0
1 parent 554280a commit 86ff70e

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,5 @@ page](https://github.com/driverdan/node-XMLHttpRequest/issues).
5151
* Synchronous requests don't set headers properly
5252
* Synchronous requests freeze node while waiting for response (But that's what you want, right? Stick with async!).
5353
* Some events are missing, such as abort
54-
* getRequestHeader is case-sensitive
5554
* Cookies aren't persisted between requests
5655
* Missing XML support
57-
* Missing basic auth

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xmlhttprequest",
33
"description": "XMLHttpRequest for Node",
4-
"version": "1.7.0",
4+
"version": "1.8.0",
55
"author": {
66
"name": "Dan DeFelippi",
77
"url": "http://driverdan.com"

0 commit comments

Comments
 (0)