v4.1.0: Architecture-specific builds
Supported node versions: 8, 10, 12, 14, 16, 17
Changes
- Architecture-specific builds (added support for non-x86_64, non-x86 platforms)
- "sse" variant built on x86_64 and x86 platforms (as in previous versions of node-blake2)
- "neon" variant built on arm64 platforms (added support for building the implementation that uses NEON/ASIMD ARM instruction set on Apple M1 and other aarch64 platforms)
- "ref" variant built on all other platforms (generic implementation, simple and portable)
- Upgrade nan to 2.15.0 (latest)
- Migrated CI from Travis to GitHub Actions