forked from nodejs/node-v0.x-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
API changes between v0.6 and v0.8
koichik edited this page Jan 23, 2012
·
64 revisions
When editing this page please be as detailed as possible. Examples are encouraged!
http.Client()-
path.{exists,existsSync}was moved tofs.{exists,existsSync}
-
wafbuild system -node.jswill be usinggypnow -
systhrows
-
http-
http.Serveremits'connect'event instead of'upgrade'when the CONNECT method is requested. -
http.ClientRequestemits'connect'event instead of'request'when the CONNECT methd is responded,
-
-
fs-
fs.appendFile(),fs.appendFileSync().
-
-
https-
rejectUnauthorizedoption tohttps.request()andhttps.get().
-
-
net-
net.connect(options, [connectionListener).
-
-
processprocess.abort()
-
querystringquerystring.parse(str, [sep], [eq], [options])
-
tlstls.connect(options, [secureConnectionListener])-
rejectUnauthorizedoption totls.connect().
-
zlib-
dictionaryoption.
-