zone v0.0.7 Release Notes

Release Date: 2014-05-03 // almost 10 years ago
    • Version 0.0.7 (Bert Belder)

    • stream-wrap: fix issue with platforms that support TryWrite (Bert Belder)

    • doc: child processes are now supported (Bert Belder)

    • doc: s/pseudoBytes/pseudoRandomBytes/ (Bert Belder)

    • test: add test for child_process zone support (Bert Belder)

    • bindings: monkey-patch process_wrap (Bert Belder)

    • stream-wrap: fix cleanup for read-only streams (Bert Belder)

    • stream-wrap: make inspect output friendlier (Bert Belder)

    • stream-wrap: register un-closable streams to the top of the zone (Bert Belder)

    • stream-wrap: track fd when streams are opened with a file descriptor (Bert Belder)

    • zone: add possibility to register children at the top of the child list (Bert Belder)

    • lib: drop debuglog usage and remove the debuglog module (Bert Belder)

    • zone: remove commented-out code (Bert Belder)

    • Move generator/yield section to wiki and link (Rand McKinney)

    • Fix TOC (Rand McKinney)

    • Rewrite overview and add initial rel. notes (Rand McKinney)

    • test: add EventEmitter unhandled error handling test (Bert Belder)

    • test: add Stream#write() zone tracking test (Bert Belder)

    • stream: call the write() and end() callbacks in the right zone (Bert Belder)

    • long-stack showcase: make the code a little more interesting (Bert Belder)

    • events: use zone.trow() to throw UncaughtException errors (Bert Belder)

    • Zone: use separate state variable 'exiting' for exiting zones w/o result (Bert Belder)

    • error: make the Error.zone property non-enumerable (Bert Belder)

    • Timer: clear (interval) timers when the zone has an error (Bert Belder)

    • Readme: correct the documentation for net.Socket cleanup behavior (Bert Belder)

    • Zone: re-signal a child when a zone throws (Bert Belder)

    • long-stack showcase: add node-style stack example (Bert Belder)

    • inspect showcase: add 'inspect.js' that delegates to the actual tool (Bert Belder)

    • inspect showcase: display instructions (Bert Belder)

    • inspect showcase: lint (Bert Belder)

    • showcase: remove the old demo (Bert Belder)

    • showcase: add long stack trace showcase (Bert Belder)

    • showcase: add inspect showcase (Bert Belder)

    • stream-wrap: display handle type names a little more friendly (Bert Belder)

    • Zone: use Error.zoneStack to display the zone stack (Bert Belder)

    • error: add hidden .zoneStack property to Error objects (Bert Belder)

    • inspect: display a message if there are no processes to inspect (Bert Belder)

    • inspect: rename dumpNext() to inspectNext() (Bert Belder)

    • dump: rename to 'inspect', move to 'bin' directory (Bert Belder)

    • Now working on version 0.0.7 (Bert Belder)