Skip to content

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 03 Apr 10:28
· 70 commits to master since this release

Breaking changes

  • OXC.bundle/2 now requires entry: "...".
    • Migration: change OXC.bundle(files) to OXC.bundle(files, entry: "main.ts")

Changed

  • bundle/2 now uses Rolldown/OXC for bundling
  • bundle docs and tests were updated for the new bundling behavior
  • Rustler boundary code for parse, transform, minify, and bundle was simplified with serde-based encoding/decoding

Notes

  • parse/2, valid?/2, transform/3, minify/3, and imports/2 keep their public behavior
  • precompiled NIFs are attached to this release for all supported targets