Releases: oxc-project/oxc-sourcemap
Releases · oxc-project/oxc-sourcemap
v4.0.4
Fixed
Other
- change some APIs to return
&Arc<str>
(#105)
- avoid string allocation in
SourceMapBuilder::add_name
(#103)
- add [bench] to Cargo.toml
- add benchmark (#100)
v4.0.3
Other
- remove outdated text from README (#95)
- (deps) lock file maintenance (#97)
- (justfile) add
dprint
(#94)
- add auto format (#92)
v4.0.2
Other
- return
&Arc<str>
instead &str
for source content (#88)
- reduce size of token from 32 bytes to 24 (#86)
v4.0.0
Other
- (deps) bump deps (#83)
- remove
rayon
feature (#81)
v3.0.1
Fixed
- sources_content should be Vec<Option<Arc>> (#50)
v3.0.0
Added
- support
x_google_ignoreList
in more places (#30)