@node-rs/crc32
Advanced tools
+47
| # Change Log | ||
| All notable changes to this project will be documented in this file. | ||
| See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
| ## [1.2.2](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.2.1...@node-rs/crc32@1.2.2) (2021-10-22) | ||
| **Note:** Version bump only for package @node-rs/crc32 | ||
| ## [1.2.1](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.2.0...@node-rs/crc32@1.2.1) (2021-07-22) | ||
| **Note:** Version bump only for package @node-rs/crc32 | ||
| # [1.2.0](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.1.2...@node-rs/crc32@1.2.0) (2021-07-18) | ||
| ### Features | ||
| - Support ARM v8 crc32c instructions ([#370](https://github.com/napi-rs/node-rs/issues/370)) | ||
| - Switch to nightly toolchain, strip symbols ([#463](https://github.com/napi-rs/node-rs/pull/463)) | ||
| ## [1.1.2](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.1.1...@node-rs/crc32@1.1.2) (2021-06-08) | ||
| **Note:** Version bump only for package @node-rs/crc32 | ||
| ## [1.1.1](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.1.0...@node-rs/crc32@1.1.1) (2021-06-01) | ||
| **Note:** Version bump only for package @node-rs/crc32 | ||
| # [1.1.0](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@1.0.0...@node-rs/crc32@1.1.0) (2021-02-01) | ||
| ### Features | ||
| - support win32-i686 platform ([c0f2f62](https://github.com/napi-rs/node-rs/commit/c0f2f62adc1fae15263086781e34d78d8eeeaecc)) | ||
| ## [0.5.1](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@0.5.0...@node-rs/crc32@0.5.1) (2020-09-08) | ||
| ### Performance Improvements | ||
| - **crc32:** avoid useless typeof ([345fc04](https://github.com/napi-rs/node-rs/commit/345fc04f8b9e4d56b73d51ab4b3254f581fc86cb)) | ||
| # [0.5.0](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@0.4.1...@node-rs/crc32@0.5.0) (2020-09-04) | ||
| **Note:** Version bump only for package @node-rs/crc32 | ||
| ## [0.3.3](https://github.com/napi-rs/node-rs/compare/@node-rs/crc32@0.3.2...@node-rs/crc32@0.3.3) (2020-08-18) | ||
| **Note:** Version bump only for package @node-rs/crc32 |
+13
-15
| { | ||
| "name": "@node-rs/crc32", | ||
| "version": "1.2.1", | ||
| "version": "1.2.2", | ||
| "description": "SIMD crc32", | ||
@@ -56,3 +56,2 @@ "keywords": [ | ||
| "build:debug": "napi build --platform", | ||
| "prepublishOnly": "napi prepublish", | ||
| "version": "napi version" | ||
@@ -75,17 +74,16 @@ }, | ||
| }, | ||
| "gitHead": "e50b1a09a2eeb2682ef492d567230fff669ab196", | ||
| "optionalDependencies": { | ||
| "@node-rs/crc32-win32-x64-msvc": "^1.2.1", | ||
| "@node-rs/crc32-darwin-x64": "^1.2.1", | ||
| "@node-rs/crc32-linux-x64-gnu": "^1.2.1", | ||
| "@node-rs/crc32-win32-ia32-msvc": "^1.2.1", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "^1.2.1", | ||
| "@node-rs/crc32-linux-x64-musl": "^1.2.1", | ||
| "@node-rs/crc32-linux-arm64-gnu": "^1.2.1", | ||
| "@node-rs/crc32-darwin-arm64": "^1.2.1", | ||
| "@node-rs/crc32-android-arm64": "^1.2.1", | ||
| "@node-rs/crc32-freebsd-x64": "^1.2.1", | ||
| "@node-rs/crc32-linux-arm64-musl": "^1.2.1", | ||
| "@node-rs/crc32-win32-arm64-msvc": "^1.2.1" | ||
| "@node-rs/crc32-win32-x64-msvc": "1.2.2", | ||
| "@node-rs/crc32-darwin-x64": "1.2.2", | ||
| "@node-rs/crc32-linux-x64-gnu": "1.2.2", | ||
| "@node-rs/crc32-win32-ia32-msvc": "1.2.2", | ||
| "@node-rs/crc32-linux-arm-gnueabihf": "1.2.2", | ||
| "@node-rs/crc32-linux-x64-musl": "1.2.2", | ||
| "@node-rs/crc32-linux-arm64-gnu": "1.2.2", | ||
| "@node-rs/crc32-darwin-arm64": "1.2.2", | ||
| "@node-rs/crc32-android-arm64": "1.2.2", | ||
| "@node-rs/crc32-freebsd-x64": "1.2.2", | ||
| "@node-rs/crc32-linux-arm64-musl": "1.2.2", | ||
| "@node-rs/crc32-win32-arm64-msvc": "1.2.2" | ||
| } | ||
| } |
-21
| MIT License | ||
| Copyright (c) 2020-present LongYinan | ||
| Permission is hereby granted, free of charge, to any person obtaining a copy | ||
| of this software and associated documentation files (the "Software"), to deal | ||
| in the Software without restriction, including without limitation the rights | ||
| to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
| copies of the Software, and to permit persons to whom the Software is | ||
| furnished to do so, subject to the following conditions: | ||
| The above copyright notice and this permission notice shall be included in all | ||
| copies or substantial portions of the Software. | ||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
| FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
| AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
| LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
| OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
| SOFTWARE. |
8640
10.78%