summaryrefslogtreecommitdiff
path: root/doc/api/zlib.md
diff options
context:
space:
mode:
authorMyles Borins <mylesborins@google.com>2018-01-09 19:23:55 -0500
committerMyles Borins <mylesborins@google.com>2018-01-10 10:24:22 -0500
commite688175c500a556b94191df2c0236b7510654923 (patch)
tree3f8d78d947cc7839342b8b297616f2aa241062b0 /doc/api/zlib.md
parent1e0f3315c77033ef0e01bb37c3d41c8e1d65e686 (diff)
downloadandroid-node-v8-e688175c500a556b94191df2c0236b7510654923.tar.gz
android-node-v8-e688175c500a556b94191df2c0236b7510654923.tar.bz2
android-node-v8-e688175c500a556b94191df2c0236b7510654923.zip
2019-01-10 Version 9.4.0 (Current)
Notable change: * async_hooks: - deprecate AsyncHooks Sensitive API and runInAsyncIdScope. Neither API were documented. (Andreas Madsen) https://github.com/nodejs/node/pull/16972 * deps: - update nghttp2 to 1.29.0 (James M Snell) https://github.com/nodejs/node/pull/17908 - upgrade npm to 5.6.0 (Kat Marchán) https://github.com/nodejs/node/pull/17535 - cherry-pick 50f7455 from upstream V8 (Michaël Zasso) https://github.com/nodejs/node/pull/16591 * events: - remove reaches into _events internals (Anatoli Papirovski) https://github.com/nodejs/node/pull/17440 * http: - add rawPacket in err of `clientError` event (XadillaX) https://github.com/nodejs/node/pull/17672 * http2: - implement maxSessionMemory (James M Snell) https://github.com/nodejs/node/pull/17967 - add initial support for originSet (James M Snell) https://github.com/nodejs/node/pull/17935 - add altsvc support (James M Snell) https://github.com/nodejs/node/pull/17917 - perf_hooks integration (James M Snell) https://github.com/nodejs/node/pull/17906 - Refactoring and cleanup of Http2Session and Http2Stream destroy (James M Snell) https://github.com/nodejs/node/pull/17406 * net: - remove Socket.prototype.write (Anna Henningsen) https://github.com/nodejs/node/pull/17644 - remove Socket.prototype.listen (Ruben Bridgewater) https://github.com/nodejs/node/pull/13735 * repl: - show lexically scoped vars in tab completion (Michaël Zasso) https://github.com/nodejs/node/pull/16591 * stream: - rm {writeable/readable}State.length (Calvin Metcalf) https://github.com/nodejs/node/pull/12857 - add flow and buffer properties to streams (Calvin Metcalf) https://github.com/nodejs/node/pull/12855 * util: - allow wildcards in NODE_DEBUG variable (Tyler) https://github.com/nodejs/node/pull/17609 * zlib: - add ArrayBuffer support (Jem Bezooyen) https://github.com/nodejs/node/pull/16042 * Addedew collaborator** - [starkwang](https://github.com/starkwang) Weijia Wang * Addedew TSC member** - [danbev](https://github.com/danbev) Daniel Bevenius PR-URL: https://github.com/nodejs/node/pull/18069
Diffstat (limited to 'doc/api/zlib.md')
-rw-r--r--doc/api/zlib.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/api/zlib.md b/doc/api/zlib.md
index 7a82707020..909a52d6e5 100644
--- a/doc/api/zlib.md
+++ b/doc/api/zlib.md
@@ -286,7 +286,7 @@ Compression strategy.
<!-- YAML
added: v0.11.1
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `dictionary` option can be an ArrayBuffer.
- version: v8.0.0
@@ -526,7 +526,7 @@ without a callback.
<!-- YAML
added: v0.6.0
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -540,7 +540,7 @@ changes:
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -570,7 +570,7 @@ changes:
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -589,7 +589,7 @@ Compress a chunk of data with [DeflateRaw][].
<!-- YAML
added: v0.6.0
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -603,7 +603,7 @@ changes:
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -622,7 +622,7 @@ Decompress a chunk of data with [Gunzip][].
<!-- YAML
added: v0.6.0
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -636,7 +636,7 @@ changes:
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -655,7 +655,7 @@ Compress a chunk of data with [Gzip][].
<!-- YAML
added: v0.6.0
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -669,7 +669,7 @@ changes:
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -688,7 +688,7 @@ Decompress a chunk of data with [Inflate][].
<!-- YAML
added: v0.6.0
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -702,7 +702,7 @@ changes:
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -721,7 +721,7 @@ Decompress a chunk of data with [InflateRaw][].
<!-- YAML
added: v0.6.0
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0
@@ -735,7 +735,7 @@ changes:
<!-- YAML
added: v0.11.12
changes:
- - version: REPLACEME
+ - version: v9.4.0
pr-url: https://github.com/nodejs/node/pull/16042
description: The `buffer` parameter can be an ArrayBuffer.
- version: v8.0.0