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