UNPKG

1.85 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
6## [1.1.2](https://github.com/napi-rs/node-rs/compare/@node-rs/xxhash@1.1.1...@node-rs/xxhash@1.1.2) (2022-01-13)
7
8**Note:** Version bump only for package @node-rs/xxhash
9
10## [1.1.1](https://github.com/napi-rs/node-rs/compare/@node-rs/xxhash@1.1.0...@node-rs/xxhash@1.1.1) (2022-01-10)
11
12### Bug Fixes
13
14- **argon2,bcrypt,crc32,deno-lint,jieba,xxhash:** update js binding ([4ac6d2b](https://github.com/napi-rs/node-rs/commit/4ac6d2b9e9072a63216d05b47c92d3725b5b36f4))
15
16# [1.1.0](https://github.com/napi-rs/node-rs/compare/@node-rs/xxhash@1.0.1...@node-rs/xxhash@1.1.0) (2021-12-22)
17
18### Features
19
20- upgrade napi-rs to v2 ([#561](https://github.com/napi-rs/node-rs/issues/561)) ([7914fd5](https://github.com/napi-rs/node-rs/commit/7914fd526b03b0bb22d06cfd18024ae41206040f))
21
22## [1.0.1](https://github.com/napi-rs/node-rs/compare/@node-rs/xxhash@1.0.0...@node-rs/xxhash@1.0.1) (2021-11-15)
23
24### Bug Fixes
25
26- **xxhash:** Xxh3 type defination ([#550](https://github.com/napi-rs/node-rs/issues/550)) ([f69a7a1](https://github.com/napi-rs/node-rs/commit/f69a7a1723bf2d71c4d0c1be3039c72614b39df5))
27
28# 1.0.0 (2021-10-22)
29
30### Features
31
32- **xxhash:** implement xxh3 ([d91293a](https://github.com/napi-rs/node-rs/commit/d91293a675042298b0c5d84e396eadc63916b53a))
33- **xxhash:** init xxhash32 and xxhash64 ([5ea38c3](https://github.com/napi-rs/node-rs/commit/5ea38c3bfd9b178f1fa3bc0d2c0ff2f60eae807b))
34
35### Performance Improvements
36
37- **xxhash:** avoid copy input content ([01ef88d](https://github.com/napi-rs/node-rs/commit/01ef88d8295501e8c6dc2ff8647dbe9bf83c05d4))
38- **xxhash:** reduce binary size ([086ec11](https://github.com/napi-rs/node-rs/commit/086ec1132885da89ccc07cdf3a9f7708868313c0))