Releases: stackgl/headless-gl
Releases Β· stackgl/headless-gl
v8.1.6
- Fix file reference of
browser
field in package.json
Full Changelog: v8.1.5...v8.1.6
v8.1.5
Functionally equivalent to v8.1.3
v8.1.3
- Update dev dependencies
- Fix Windows prebuilt
Full Changelog: v8.1.0...v8.1.1
v8.1.0
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 WindowsThese are broken at the moment.
New Contributors
Full Changelog: v8.0.2...v8.1.0
v8.0.2
- 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
v6.0.2
v6.0.1
- Add support for Node v18
- Drop support for Node v12
- export WebGLRenderingContext and add gl consts (#236) Thanks @michaeljherrmann