You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-5Lines changed: 0 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,6 @@
11
11
12
12
-**Toolchain upgraded to `oxc` 0.7 and `npm` 0.5.3** — bundler rewritten to use `OXC.rewrite_specifiers/3` and `NPM.PackageResolver`, removing ~150 lines of duplicated resolution logic.
13
13
14
-
### Fixed
15
-
16
-
-**JS coverage reporting under `mix test --cover`** — fixed callback ordering so the JS coverage summary prints alongside Elixir coverage, and prevented the cover test suite from destroying accumulated coverage data.
17
-
-**N-API `remove_wrap` use-after-free** — detached wraps are now destroyed immediately instead of deferring to the QuickJS finalizer, preventing shutdown-time segfaults.
0 commit comments