summaryrefslogtreecommitdiff
tag namev0.1.7 (f7acef9acf8ba8433d697ad5ed99d2e857387e4b)
tag date2009-08-27 12:34:50 +0200
tagged byRyan <ry@tinyclouds.org>
tagged objectcommit 31db4f1ed8...
downloadnode-0.1.7.tar.gz
2009.08.27, Version 0.1.7
* Feature: global 'process' object. Emits "exit". * Feature: promise.wait() * Feature: node.stdio * Feature: EventEmitters emit "newListener" when listeners are added * 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: Deprecate onLoad and onExit. * API: Rename node.Process to node.ChildProcess * Refactor node.Process to take advantage of evcom_reader/writer. * Upgrade v8 to 1.3.7