|
1 | | -2009.11.07, Version 0.1.17 |
| 1 | +2009.11.17, Version 0.1.18 |
| 2 | + |
| 3 | + * Feature: process.watchFile() process.unwatchFile() |
| 4 | + |
| 5 | + * Feature: "uncaughtException" event on process |
| 6 | + (Felix Geisendörfer) |
| 7 | + |
| 8 | + * Feature: 'drain' event to tcp.Connection |
| 9 | + |
| 10 | + * Bugfix: Promise.timeout() blocked the event loop |
| 11 | + (Felix Geisendörfer) |
| 12 | + |
| 13 | + * Bugfix: sendBody() and chunked utf8 strings |
| 14 | + (Felix Geisendörfer) |
| 15 | + |
| 16 | + * Supply the strerror as a second arg to the tcp.Connection close |
| 17 | + event (Johan Sørensen) |
| 18 | + |
| 19 | + * Add EventEmitter.removeListener ( [email protected]) |
| 20 | + |
| 21 | + * Format JSON for inspecting objects (Felix Geisendörfer) |
| 22 | + |
| 23 | + * Upgrade libev to latest CVS |
| 24 | + |
| 25 | + |
| 26 | +2009.11.07, Version 0.1.17, d1f69ef35dac810530df8249d523add168e09f03 |
2 | 27 |
|
3 | 28 | * Feature: process.chdir() (Brandon Beacher) |
4 | 29 |
|
|
22 | 47 | - Move node.fs into module "posix" |
23 | 48 | - process is no longer the global object. GLOBAL is. |
24 | 49 |
|
25 | | - For more information on the API changes see: |
26 | | - http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6 |
27 | | - http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14 |
| 50 | + For more information on the API changes see: |
| 51 | + http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/6 |
| 52 | + http://thread.gmane.org/gmane.comp.lang.javascript.nodejs/14 |
28 | 53 |
|
29 | 54 | * Feature: process.platform, process.memoryUsage() |
30 | 55 |
|
|
0 commit comments