Skip to content

Commit 25259d0

Browse files
committed
Release 0.11.0
1 parent 8072da2 commit 25259d0

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.11.0
4+
5+
### Added
6+
7+
- `OXC.bundle/2` accepts filesystem entry paths, e.g. `OXC.bundle("src/main.ts", cwd: project_dir)`, alongside virtual `{filename, source}` projects.
8+
- Bundle resolver options for Rolldown: `:conditions`, `:main_fields`, and `:modules`.
9+
- Bundle output options for Rolldown: `:exports` and `:preserve_entry_signatures`.
10+
11+
### Changed
12+
13+
- Removed the binding-level bare import auto-externalization pass; Rolldown now handles unresolved externals directly.
14+
315
## 0.10.0
416

517
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OXC.MixProject do
22
use Mix.Project
33

4-
@version "0.10.0"
4+
@version "0.11.0"
55
@source_url "https://github.com/elixir-volt/oxc_ex"
66

77
def project do

0 commit comments

Comments
 (0)