Skip to content

Commit 47dc566

Browse files
committed
doc: add changelogs for zlib
PR-URL: #11489 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Sam Roberts <[email protected]> Reviewed-By: Roman Reiss <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Italo A. Casas <[email protected]>
1 parent 4d12270 commit 47dc566

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

doc/api/zlib.md

+26
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ Compression strategy.
277277
## Class Options
278278
<!-- YAML
279279
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.
280284
-->
281285

282286
<!--type=misc-->
@@ -315,6 +319,17 @@ Compress data using deflate, and do not append a `zlib` header.
315319
## Class: zlib.Gunzip
316320
<!-- YAML
317321
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.
318333
-->
319334

320335
Decompress a gzip stream.
@@ -329,13 +344,24 @@ Compress data using gzip.
329344
## Class: zlib.Inflate
330345
<!-- YAML
331346
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.
332351
-->
333352

334353
Decompress a deflate stream.
335354

336355
## Class: zlib.InflateRaw
337356
<!-- YAML
338357
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.
339365
-->
340366

341367
Decompress a raw deflate stream.

0 commit comments

Comments
 (0)