タグ

2012年6月26日のブックマーク (2件)

  • API changes between v0.6 and v0.8

    Deprecated: http.Client() path.{exists,existsSync} は fs.{exists,existsSync} に変更されました。 tty.setRawMode(mode) は tty.ReadStream#setRawMode() (すなわち process.stdin.setRawMode()) に変更されました。 ev_* および eio_* 関数を直接使用することは推奨されません。代わりに libuv が提供する関数を使用してください。eio_custom から uv_queue_work への移行は この wiki ページ を参照してください。ev_io_* から uv_poll_* への以降は この wiki ページ を参照してください。 Removed: waf ビルドシステム - node.js は gyp を使用するようになりました

    API changes between v0.6 and v0.8
  • Node.js — Node v0.8.0

    I am thrilled to announce the arrival of a new stable version of Node.js. Compared with the v0.6 releases of Node, this release brings significant improvements in many key performance metrics, as well as cleanup in several core APIs, and the addition of new debugging features. tl;dr With version 0.8.0: Node got a lot faster. Node got more stable. You can do stuff with file descriptors again. The c

    Node.js — Node v0.8.0
    hide-K
    hide-K 2012/06/26
    冒頭、なんてバックリしたリリースノートだろうと思ってたら、ちゃんとベンチマーク載ってた