File tree Expand file tree Collapse file tree 14 files changed +29
-13
lines changed Expand file tree Collapse file tree 14 files changed +29
-13
lines changed Original file line number Diff line number Diff line change
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
+
6
+ # 1.0.0 (2021-10-22)
7
+
8
+ ### Features
9
+
10
+ - ** xxhash:** implement xxh3 ([ d91293a] ( https://github.com/napi-rs/node-rs/commit/d91293a675042298b0c5d84e396eadc63916b53a ) )
11
+ - ** xxhash:** init xxhash32 and xxhash64 ([ 5ea38c3] ( https://github.com/napi-rs/node-rs/commit/5ea38c3bfd9b178f1fa3bc0d2c0ff2f60eae807b ) )
12
+
13
+ ### Performance Improvements
14
+
15
+ - ** xxhash:** avoid copy input content ([ 01ef88d] ( https://github.com/napi-rs/node-rs/commit/01ef88d8295501e8c6dc2ff8647dbe9bf83c05d4 ) )
16
+ - ** xxhash:** reduce binary size ([ 086ec11] ( https://github.com/napi-rs/node-rs/commit/086ec1132885da89ccc07cdf3a9f7708868313c0 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-android-arm64" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" android" ],
5
5
"cpu" : [" arm64" ],
6
6
"main" : " xxhash.android-arm64.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-darwin-arm64" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" darwin" ],
5
5
"cpu" : [" arm64" ],
6
6
"main" : " xxhash.darwin-arm64.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-darwin-x64" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" darwin" ],
5
5
"cpu" : [" x64" ],
6
6
"main" : " xxhash.darwin-x64.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-freebsd-x64" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" freebsd" ],
5
5
"cpu" : [" x64" ],
6
6
"main" : " xxhash.freebsd-x64.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-linux-arm-gnueabihf" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" linux" ],
5
5
"cpu" : [" arm" ],
6
6
"main" : " xxhash.linux-arm-gnueabihf.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-linux-arm64-gnu" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" linux" ],
5
5
"cpu" : [" arm64" ],
6
6
"main" : " xxhash.linux-arm64-gnu.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-linux-arm64-musl" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" linux" ],
5
5
"cpu" : [" arm64" ],
6
6
"main" : " xxhash.linux-arm64-musl.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-linux-x64-gnu" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" linux" ],
5
5
"cpu" : [" x64" ],
6
6
"main" : " xxhash.linux-x64-gnu.node" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @node-rs/xxhash-linux-x64-musl" ,
3
- "version" : " 0 .0.0" ,
3
+ "version" : " 1 .0.0" ,
4
4
"os" : [" linux" ],
5
5
"cpu" : [" x64" ],
6
6
"main" : " xxhash.linux-x64-musl.node" ,
You can’t perform that action at this time.
0 commit comments