Skip to content

Commit c1443be

Browse files
committed
Release v0.13.0
1 parent 1213436 commit c1443be

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Added
6+
7+
- `module_types` option for `OXC.bundle/2` — map file extensions to loaders (`:empty`, `:dataurl`, `:base64`, `:binary`, `:text`, `:css`, `:asset`, etc.). Unblocks bundling packages that import binary files like fonts from CSS.
8+
9+
### Changed
10+
11+
- Upgraded OXC crates from 0.129 to 0.130.
12+
- Removed unused Cargo dependencies (`oxc_resolver`, `oxc_transformer_plugins`).
13+
- `mix lint` / `mix ci` now checks clippy and rustfmt for all three NIF crates.
14+
15+
### Fixed
16+
17+
- Resolved all clippy warnings under `-D warnings`.
18+
319
## 0.12.1
420

521
### Fixed

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.12.1"
4+
@version "0.13.0"
55
@source_url "https://github.com/elixir-volt/oxc_ex"
66

77
def project do

0 commit comments

Comments
 (0)