File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
- ** 3.0.0-pre ** — <small >_ June 8, 2018 _ </small > — [ Diff] ( https://github.com/archiverjs/node-crc32-stream/compare/2.0.0...3.0.0 )
3
+ ** 3.0.0** — <small >_ April 29, 2019 _ </small > — [ Diff] ( https://github.com/archiverjs/node-crc32-stream/compare/2.0.0...3.0.0 )
4
4
5
+ - Require Node.js 6.9, update dependencies, use modern JS syntax (GH #10 )
6
+ - Do not use the deprecated Buffer() constructor (GH #8 )
5
7
- remove node v0.10 and v0.12 support
6
8
7
9
** 2.0.0** — <small >_ February 13, 2017_ </small > — [ Diff] ( https://github.com/archiverjs/node-crc32-stream/compare/1.0.1...2.0.0 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " crc32-stream" ,
3
- "version" : " 2 .0.0" ,
3
+ "version" : " 3 .0.0" ,
4
4
"description" : " a streaming CRC32 checksumer" ,
5
5
"homepage" : " https://github.com/archiverjs/node-crc32-stream" ,
6
6
"author" : {
You can’t perform that action at this time.
0 commit comments