File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ case-sensitive systems (eg Linux) using uppercase letters won't work.
2727
2828## Versions ##
2929
30+ Version 2.0.0 introduces a potentially breaking change concerning local file system requests.
31+ If these requests fail this library now returns the ` errno ` (or -1) as the response status code instead of
32+ returning status code 0.
33+
3034Prior to 1.4.0 version numbers were arbitrary. From 1.4.0 on they conform to
3135the standard major.minor.bugfix. 1.x shouldn't necessarily be considered
3236stable just because it's above 0.x.
Original file line number Diff line number Diff line change 11{
22 "name" : " xmlhttprequest-ssl" ,
33 "description" : " XMLHttpRequest for Node" ,
4- "version" : " 1.6.3 " ,
4+ "version" : " 2.0.0 " ,
55 "author" : {
66 "name" : " Michael de Wit"
77 },
You can’t perform that action at this time.
0 commit comments