Skip to content

Releases: elixir-volt/quickbeam

v0.10.18

19 Jun 16:29

Choose a tag to compare

Update OXC to 0.17.1

v0.10.17

19 Jun 13:19

Choose a tag to compare

Release v0.10.17

v0.10.16

18 Jun 11:03

Choose a tag to compare

0.10.16

  • Update oxc to 0.16.0.
  • Refresh precompiled QuickBEAM native artifacts.

v0.10.15

21 May 19:52

Choose a tag to compare

Release v0.10.15

v0.10.14

20 May 12:13

Choose a tag to compare

  • Update optional npm_ex dependency to 0.7.4
  • Use application priv paths for bundled native and TypeScript sources

v0.10.13

16 May 13:15

Choose a tag to compare

  • Bump OXC to 0.13 (adds module_types bundler option)

v0.10.12

14 May 14:06

Choose a tag to compare

  • Fix fs.readFileSync without encoding to return Buffer instead of raw Uint8Array, so .toString() decodes as UTF-8
  • Load Buffer polyfill in :node runtimes (was only available in :browser runtimes)
  • Work around enif_make_map_from_arrays segfault on ERTS 15.0–15.2.2 (OTP 27.0–27.2) when returning JS objects with >128 keys

https://hex.pm/packages/quickbeam/0.10.12

v0.10.11

12 May 18:25

Choose a tag to compare

  • Hide vendored C symbols in the native library to avoid collisions with other NIFs
  • Update optional npm_ex dependency to 0.7.1

https://hex.pm/packages/quickbeam/0.10.11

v0.10.10

12 May 16:43

Choose a tag to compare

  • Update npm_ex to 0.7 and make it optional for consumers
  • Update oxc to 0.12.1
  • Update npm toolchain packages with supply-chain policy checks
  • Fix lint/static-analysis issues and quiet Bandit test timestamp warnings

https://hex.pm/packages/quickbeam/0.10.10

v0.10.9

05 May 21:11

Choose a tag to compare

Allow oxc 0.12.x (was pinned to ~> 0.11.0).