v0.1.13
object 9c9d67eb6ce1162c8da05ff59624f6c3ade19bf7
authorRyan Dahl <ry@tinyclouds.org>
Wed, 30 Sep 2009 21:21:50 +0000 (23:21 +0200)
2009.09.30, Version 0.1.13

  * Feature: Multipart stream parser (Felix Geisendörfer)

  * API: Move node.puts(), node.exec() and others to /utils.js

  * API: Move http, tcp libraries to /http.js and /tcp.js

  * API: Rename node.exit() to process.exit()

  * Bugfix: require() and include() should work in callbacks.

  * Pass the Host header in http.cat calls

  * Add warning when coroutine stack size grows too large.

  * Enhance repl library (Ray Morgan)

  * Bugfix: build script for
      GCC 4.4 (removed -Werror in V8),
      on Linux 2.4,
      and with Python 2.4.4.

  * Add read() and write() to /file.js to read and write
    whole files at once.