Releases: oxc-project/oxc-sourcemap
Releases · oxc-project/oxc-sourcemap
v6.0.1
06 Nov 10:37
Compare
Sorry, something went wrong.
No results found
Other
(deps) bump napi; bump msrv to 1.88.0 for napi (#213 )
v6.0.0
15 Oct 05:19
Compare
Sorry, something went wrong.
No results found
Other
loosen the type constraint on set_sources (#199 )
v5.0.1
15 Oct 02:20
Compare
Sorry, something went wrong.
No results found
Fixed
remove debug_assert in sourcemap encoding (#197 )
v5.0.0
14 Oct 02:42
Compare
Sorry, something went wrong.
No results found
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
27 Sep 15:35
Compare
Sorry, something went wrong.
No results found
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
26 Sep 18:15
Compare
Sorry, something went wrong.
No results found
Added
reduce peak memory usage with .shrink_to_fit() (#172 )
v4.1.6
25 Sep 14:58
Compare
Sorry, something went wrong.
No results found
Fixed
take ; into account when estimating mappings length (#167 )
Other
tweak x_google_ignore_list comment and add assertion (#168 )
v4.1.5
24 Sep 07:27
Compare
Sorry, something went wrong.
No results found
Fixed
x_google_ignoreList encode format (#165 )
v4.1.4
24 Sep 03:30
Compare
Sorry, something went wrong.
No results found
Other
reduce string allocation in sourcemap encoding (#163 )
v4.1.3
23 Sep 15:03
Compare
Sorry, something went wrong.
No results found
Other
use simd optimzed json string escape impl (#158 )
enable fat lto in bench profile (#161 )