Skip to content
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