@@ -277,6 +277,10 @@ Compression strategy.
277
277
## Class Options
278
278
<!-- YAML
279
279
added: v0.11.1
280
+ changes:
281
+ - version: v5.11.0
282
+ pr-url: https://github.com/nodejs/node/pull/6069
283
+ description: The `finishFlush` option is supported now.
280
284
-->
281
285
282
286
<!-- type=misc-->
@@ -315,6 +319,17 @@ Compress data using deflate, and do not append a `zlib` header.
315
319
## Class: zlib.Gunzip
316
320
<!-- YAML
317
321
added: v0.5.8
322
+ changes:
323
+ - version: v6.0.0
324
+ pr-url: https://github.com/nodejs/node/pull/5883
325
+ description: Trailing garbage at the end of the input stream will now
326
+ result in an `error` event.
327
+ - version: v5.9.0
328
+ pr-url: https://github.com/nodejs/node/pull/5120
329
+ description: Multiple concatenated gzip file members are supported now.
330
+ - version: v5.0.0
331
+ pr-url: https://github.com/nodejs/node/pull/2595
332
+ description: A truncated input stream will now result in an `error` event.
318
333
-->
319
334
320
335
Decompress a gzip stream.
@@ -329,13 +344,24 @@ Compress data using gzip.
329
344
## Class: zlib.Inflate
330
345
<!-- YAML
331
346
added: v0.5.8
347
+ changes:
348
+ - version: v5.0.0
349
+ pr-url: https://github.com/nodejs/node/pull/2595
350
+ description: A truncated input stream will now result in an `error` event.
332
351
-->
333
352
334
353
Decompress a deflate stream.
335
354
336
355
## Class: zlib.InflateRaw
337
356
<!-- YAML
338
357
added: v0.5.8
358
+ changes:
359
+ - version: v6.8.0
360
+ pr-url: https://github.com/nodejs/node/pull/8512
361
+ description: Custom dictionaries are now supported by `InflateRaw`.
362
+ - version: v5.0.0
363
+ pr-url: https://github.com/nodejs/node/pull/2595
364
+ description: A truncated input stream will now result in an `error` event.
339
365
-->
340
366
341
367
Decompress a raw deflate stream.
0 commit comments