mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
783 B
783 B
Changelog
All notable changes to this crate will be documented in this file.
The format is based on Keep a Changelog, and this project does not adhere to Semantic Versioning until v1.0.0.
[0.12.3] - 2024-04-11
Features
- Add x_google_ignoreList (#2928)
- Add sourceRoot (#2926)
[0.12.2] - 2024-04-08
Features
- Optional JSONSourceMap fileds (#2910)
- Add methods to mutate SourceMap (#2909)
- Add SourceMapBuilder file (#2908)
[0.11.1] - 2024-04-03
Bug Fixes
- Using serde_json::to_string to quote sourcemap string (#2889)
[0.11.0] - 2024-03-30
Features
- Add oxc sourcemap crate (#2825)
Bug Fixes
- Sourcemap token name should be original name (#2843)