Skip to content

v4.1.0: Architecture-specific builds

Choose a tag to compare

@vrza vrza released this 13 Jan 11:37
· 61 commits to master since this release

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