|
|
@ -1,4 +1,24 @@ |
|
|
|
2009.08.27, Version 0.1.7 |
|
|
|
2009.09.04, Version 0.1.8 |
|
|
|
|
|
|
|
* Feature: External modules |
|
|
|
|
|
|
|
* Feature: setTimeout() for node.tcp.Connection |
|
|
|
|
|
|
|
* Feature: add node.cwd(), node.fs.readdir(), node.fs.mkdir() |
|
|
|
|
|
|
|
* Bugfix: promise.wait() releasing out of order. |
|
|
|
|
|
|
|
* Bugfix: Asyncly do getaddrinfo() on Apple. |
|
|
|
|
|
|
|
* Disable useless evcom error messages. |
|
|
|
|
|
|
|
* Better stack traces. |
|
|
|
|
|
|
|
* Built natively on x64. |
|
|
|
|
|
|
|
* Upgrade v8 to 1.3.9 |
|
|
|
|
|
|
|
2009.08.27, Version 0.1.7, f7acef9acf8ba8433d697ad5ed99d2e857387e4b |
|
|
|
|
|
|
|
* Feature: global 'process' object. Emits "exit". |
|
|
|
|
|
|
@ -6,13 +26,16 @@ |
|
|
|
|
|
|
|
* Feature: node.stdio |
|
|
|
|
|
|
|
* Feature: EventEmitters emit "newListener" when listeners are added |
|
|
|
* Feature: EventEmitters emit "newListener" when listeners are |
|
|
|
added |
|
|
|
|
|
|
|
* API: Use flat object instead of array-of-arrays for HTTP headers. |
|
|
|
* API: Use flat object instead of array-of-arrays for HTTP |
|
|
|
headers. |
|
|
|
|
|
|
|
* API: Remove buffered file object (node.File) |
|
|
|
|
|
|
|
* API: require(), include() are synchronous. (Uses continuations.) |
|
|
|
* API: require(), include() are synchronous. (Uses |
|
|
|
continuations.) |
|
|
|
|
|
|
|
* API: Deprecate onLoad and onExit. |
|
|
|
|
|
|
|