|
182 | 182 | <a id="0.11.15"></a>
|
183 | 183 |
|
184 | 184 | ## 2015.01.20, Version 0.11.15 (Unstable)
|
185 |
| - |
| 185 | + |
186 | 186 | * v8: Upgrade to 3.28.73
|
187 | 187 | * uv: Upgrade to 1.0.2
|
188 | 188 | * npm: Upgrade to v2.1.6
|
|
203 | 203 | * build: i18n: add icu config options (Steven R. Loomis)
|
204 | 204 | * build: i18n: support little-endian machines (Steven Loomis)
|
205 | 205 | * build: vcbuild fix "The input line is too long." (Alexis Campailla)
|
206 |
| -* child_process: improve spawn() argument handling (cjihrig) |
| 206 | +* child\_process: improve `spawn()` argument handling (cjihrig) |
207 | 207 | * cluster: avoid race enabling debugger in worker (Timothy J Fontaine)
|
208 |
| -* cluster: cluster.disconnect() should check status (Sam Roberts) |
| 208 | +* cluster: `cluster.disconnect()` should check status (Sam Roberts) |
209 | 209 | * cluster: do not signal children in debug mode (Fedor Indutny)
|
210 | 210 | * cluster: don't assert if worker has no handles (Sam Roberts)
|
211 |
| -* core: fix usage of uv_cwd (Saúl Ibarra Corretgé) |
212 |
| -* core: replace uv_fs_readdir with uv_fs_scandir (Saúl Ibarra Corretgé) |
213 |
| -* crypto: createDiffieHellman throw for bad args (Trevor Norris) |
| 211 | +* core: fix usage of `uv_cwd` (Saúl Ibarra Corretgé) |
| 212 | +* core: replace `uv_fs_readdir` with `uv_fs_scandir` (Saúl Ibarra Corretgé) |
| 213 | +* crypto: `createDiffieHellman` throw for bad args (Trevor Norris) |
214 | 214 | * crypto: lower RSS usage for TLSCallbacks (Fedor Indutny)
|
215 | 215 | * crypto: store thread id as pointer-sized (Alexis Campailla)
|
216 | 216 | * dns: propagate domain for c-ares methods (Chris Dickinson)
|
217 | 217 | * fs: fix symlink error message (Vladimir Kurchatkin)
|
218 |
| -* http: Improve _addHeaderLines method (Jackson Tian) |
219 |
| -* http: cleanup setHeader() (Trevor Norris) |
220 |
| -* http: rename flush to flushHeaders (Timothy J Fontaine) |
221 |
| -* lib,src: fix spawnSync ignoring its 'env' option (Juanjo) |
| 218 | +* http: Improve `_addHeaderLines` method (Jackson Tian) |
| 219 | +* http: cleanup `setHeader()` (Trevor Norris) |
| 220 | +* http: rename `flush` to `flushHeaders` (Timothy J Fontaine) |
| 221 | +* lib,src: fix `spawnSync` ignoring its 'env' option (Juanjo) |
222 | 222 | * modules: adding load linked modules feature (Thorsten Lorenz)
|
223 |
| -* net: Make server.connections un-enumerable (Patrick Mooney) |
224 |
| -* net: add pauseOnConnect option to createServer() (cjihrig) |
225 |
| -* net: make connect() input validation synchronous (cjihrig) |
| 223 | +* net: Make `server.connections` un-enumerable (Patrick Mooney) |
| 224 | +* net: add `pauseOnConnect` option to `createServer()` (cjihrig) |
| 225 | +* net: make `connect()` input validation synchronous (cjihrig) |
226 | 226 | * node: avoid automatic microtask runs (Vladimir Kurchatkin)
|
227 | 227 | * node: fix throws before timer module is loaded (Trevor Norris)
|
228 | 228 | * openssl: fix keypress requirement in apps on win32 (Fedor Indutny)
|
229 |
| -* path: added parse() and format() functions (Rory Bradford) |
| 229 | +* path: added `parse()` and `format()` functions (Rory Bradford) |
230 | 230 | * path: allow calling platform specific methods (Timothy J Fontaine)
|
231 | 231 | * path: don't lower-cases drive letters (Bert Belder)
|
232 |
| -* path: refactor normalizeArray() (Nathan Woltman) |
| 232 | +* path: refactor `normalizeArray()` (Nathan Woltman) |
233 | 233 | * process: pid can be a string in process.kill() (Sam Roberts)
|
234 | 234 | * readline: fix performance issue when large line (Jicheng Li)
|
235 | 235 | * readline: should not require an output stream. (Julien Gilli)
|
|
240 | 240 | * src: all wrap's now use actual FunctionTemplate (Trevor Norris)
|
241 | 241 | * src: fix VC++ warning C4244 (Rasmus Christian Pedersen)
|
242 | 242 | * src: remove Async Listener (Trevor Norris)
|
243 |
| -* stream: switch _writableState.buffer to queue (Chris Dickinson) |
| 243 | +* stream: switch `_writableState.buffer` to queue (Chris Dickinson) |
244 | 244 | * streams: make setDefaultEncoding() throw (Brian White)
|
245 | 245 | * streams: set default encoding for writable streams (Johnny Ray)
|
246 |
| -* tls: remove tls.createSecurePair code deprecation (Jackson Tian) |
247 |
| -* tls_wrap: ignore ZERO_RETURN after close_notify (Fedor Indutny) |
| 246 | +* tls: remove `tls.createSecurePair` code deprecation (Jackson Tian) |
| 247 | +* tls\_wrap: ignore `ZERO_RETURN` after `close_notify` (Fedor Indutny) |
248 | 248 | * url: change hostname regex to negate invalid chars (Jonathan Johnson)
|
249 | 249 | * url: fixed encoding for slash switching emulation. (Evan Rutledge Borden)
|
250 | 250 | * url: improve parsing speed (CGavrila)
|
251 | 251 | * url: make query() consistent (Gabriel Wicke)
|
252 |
| -* url: support `path` for url.format (Yazhong Liu) |
| 252 | +* url: support `path` for `url.format` (Yazhong Liu) |
253 | 253 | * util: add es6 Symbol support for `util.inspect` (gyson)
|
254 | 254 |
|
255 | 255 | <a id="0.11.14"></a>
|
|
0 commit comments