UNPKG

2.34 kBMarkdownView Raw
1## Changelog
2
3**4.0.3**<small>_September 2, 2023_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/4.0.2...4.0.3)
4
5**4.0.2**<small>_February 3, 2021_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/4.0.1...4.0.2)
6
7### Bug Fixes
8
9- fix DeflateCRC32Stream to support Node.js 15.6.0+ (#31) (#32)
10
11### Maintenance
12
13- Bump actions/setup-node from v2.1.2 to v2.1.4 (#30)
14
15**4.0.1**<small>_November 18, 2020_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/4.0.0...4.0.1)
16
17### Bug Fixes
18
19- use crc-32 rather than crc module (#28)
20
21### Maintenance
22
23- Bump mocha from 8.2.0 to 8.2.1 (#25)
24- Bump actions/checkout from v2.3.2 to v2.3.4 (#26)
25- Bump actions/setup-node from v2.1.1 to v2.1.2 (#23)
26- Bump mocha from 8.1.1 to 8.2.0 (#24)
27- Bump mocha from 8.1.0 to 8.1.1 (#18)
28- Bump actions/checkout from v2.3.1 to v2.3.2 (#19)
29- Bump mocha from 8.0.1 to 8.1.0 (#17)
30- Bump actions/setup-node from v2.1.0 to v2.1.1 (#16)
31
32**4.0.0**<small>_July 18, 2020_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/3.0.1...4.0.0)
33
34* Bump actions/checkout from v1 to v2.3.1 (#13) @dependabot
35* Bump readable-stream from 3.4.0 to 3.6.0 (#15) @dependabot
36* Bump mocha from 6.2.0 to 8.0.1 (#14) @dependabot
37* Bump actions/setup-node from v1 to v2.1.0 (#12) @dependabot
38* remove support for node < 10 (#11) @ctalkington
39
40**3.0.1** — <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/3.0.0...3.0.1)
41
42- update dependencies
43
44**3.0.0**<small>_April 29, 2019_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/2.0.0...3.0.0)
45
46- Require Node.js 6.9, update dependencies, use modern JS syntax (GH #10)
47- Do not use the deprecated Buffer() constructor (GH #8)
48- remove node v0.10 and v0.12 support
49
50**2.0.0**<small>_February 13, 2017_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/1.0.1...2.0.0)
51
52- adopt nodejs core Hash API (GH #4)
53
54**1.0.1**<small>_January 12, 2016_</small> — [Diff](https://github.com/archiverjs/node-crc32-stream/compare/1.0.0...1.0.1)
55
56- Switch to node-crc for performance (GH #3)
57- bump deps to ensure latest versions are used.
58
59[Release Archive](https://github.com/archiverjs/node-crc32-stream/releases)