Skip to content

Releases: stackgl/headless-gl

v8.1.6

29 Oct 03:32
Compare
Choose a tag to compare
  • Fix file reference of browser field in package.json

Full Changelog: v8.1.5...v8.1.6

v8.1.5

28 Oct 05:52
Compare
Choose a tag to compare

Functionally equivalent to v8.1.3

v8.1.3

28 Oct 05:42
Compare
Choose a tag to compare
  • Update dev dependencies
  • Fix Windows prebuilt

Full Changelog: v8.1.0...v8.1.1

v8.1.0

06 Oct 07:22
Compare
Choose a tag to compare

What's Changed

  • Add EXT_shader_texture_lod extension. by @null77 in #300
  • Add GitHub Action to test the code on Linux, macOS, and Windows by @cclauss in #264
  • GitHub Actions: Add Node.js v22 and use runner.os by @cclauss in #294
  • Drop support for Node.js v16
  • Add support and prebuilt binaries for Node.js 22
  • Added prebuilt binaries for Windows These are broken at the moment.

New Contributors

Full Changelog: v8.0.2...v8.1.0

v8.0.2

29 Feb 22:40
Compare
Choose a tag to compare
  • Update build dependencies
  • Include cstint import for building with gcc 13. Thanks mat-sz and wisekaa03
  • Drop support for node 14

Full Changelog: v7.0.0...v8.0.2

⚠️ Note: this release includes prebuilt binaries for node 18 and node 20 on macOS (x64 and arm64) and linux 64bit (including musl implementations). However, this release does not contain prebuilt binaries for Windows. This library should still build on Windows, but won't benefit from fast pre-built installs.

v6.0.2

22 Dec 04:00
Compare
Choose a tag to compare

What's Changed

  • Allow DataView in .bufferData() & .bufferSubData() calls by @IvanSanchez in #245
  • Fix build on MacOS + Node 19 by @rotu in #243

New Contributors

  • @rotu made their first contribution in #243

Full Changelog: v6.0.1...v6.0.2

v6.0.1

10 Oct 19:23
Compare
Choose a tag to compare

v5.0.3

24 Jun 02:38
Compare
Choose a tag to compare

Address an issue (#214) where limits header was not being included when building from source in certain environments.

Thanks to @angelsl for the contribution.

v5.0.0

09 Jan 03:15
Compare
Choose a tag to compare
  • Drop node 10 support
  • Update prebuild-install to 7.0.0 for npm 7 compatibility (#225)
  • Update node-gyp to 8.4.1 to add support for building in vs2022 (#224)
  • Update test files to use more modern ES language features
  • Specify the type returned for gl to exclude 2d canvas contexts

v4.9.2

04 Sep 23:16
Compare
Choose a tag to compare

Support for Node v16
Fix Node v16 building on macOS (#215)
Drop support for versions of Node below 10.