Releases: elixir-volt/quickbeam
Releases · elixir-volt/quickbeam
v0.10.13
v0.10.12
- Fix
fs.readFileSyncwithout encoding to returnBufferinstead of rawUint8Array, so.toString()decodes as UTF-8 - Load
Bufferpolyfill in:noderuntimes (was only available in:browserruntimes) - Work around
enif_make_map_from_arrayssegfault on ERTS 15.0–15.2.2 (OTP 27.0–27.2) when returning JS objects with >128 keys
v0.10.11
- Hide vendored C symbols in the native library to avoid collisions with other NIFs
- Update optional npm_ex dependency to 0.7.1
v0.10.10
- Update
npm_exto 0.7 and make it optional for consumers - Update
oxcto 0.12.1 - Update npm toolchain packages with supply-chain policy checks
- Fix lint/static-analysis issues and quiet Bandit test timestamp warnings
v0.10.9
Allow oxc 0.12.x (was pinned to ~> 0.11.0).
v0.10.8
v0.10.7 (broken)
v0.10.6
Release v0.10.6
v0.10.5
Update npm dependency to 0.6 and use the NPM.Resolution.PackageResolver namespace.
v0.10.4
- Fix segfault on nested empty BEAM map property enumeration (e.g.
Object.keyson%{x: %{}}passed as a var) - Update QuickJS-NG to latest upstream (fixes GC crash)
- Fix coverage use-after-free