Releases: oxc-project/oxc-sourcemap
Releases · oxc-project/oxc-sourcemap
v5.0.0
Added
- integrate tc39/source-map-tests for spec compliance testing (#190)
Other
- bump json-escape-simd (#195)
- (deps) lock file maintenance rust crates (#194)
- remove token equality check from encoding hot loop (#189)
- optimize VLQ decode and capacity estimation
v4.2.1
Other
- reduce memory usage by replacing Vec with Box<[Token]>
- replace !0 with INVALID_ID constant for better readability (#175)
- remove outdated comment for
TokenChunk
v4.2.0
Added
- reduce peak memory usage with
.shrink_to_fit()
(#172)
v4.1.6
Fixed
- take
;
into account when estimating mappings length (#167)
Other
- tweak
x_google_ignore_list
comment and add assertion (#168)
v4.1.5
Fixed
- x_google_ignoreList encode format (#165)
v4.1.4
Other
- reduce string allocation in sourcemap encoding (#163)
v4.1.3
Other
- use simd optimzed json string escape impl (#158)
- enable fat lto in bench profile (#161)
v4.1.2
Other
- simplify LineLookupTable structure (#151)
- remove sort in generate_lookup_table (#150)
v4.1.1
Other
- (sourcemap) optimize escape_json_string to avoid serde overhead (#141)
v4.1.0
Added
- add
SourcemapVisualizer::get_url
method (#126)