All notable changes to this package 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.
1.0.6 - 2024-12-15
- handle non existing token position in visualizer (#14)
1.0.5 - 2024-12-11
- (lookup_token) should be None if original tokens hasn't the line (#9)
1.0.4 - 2024-12-10
- fix wrong source id when concatenating empty source map (#7)
- update README
1.0.3 - 2024-12-03
- rename feature
concurrent
torayon
1.0.2 - 2024-12-03
pub mod napi
1.0.1 - 2024-12-03
- remove unused lint
- add
napi
feature
- 3d66929 sourcemap: Improve source map visualizer (#7386) (Hiroshi Ogawa)
- f6e42b6 sourcemap: Add support for sourcemap debug IDs (#6221) (Tim Fish)
- 6f98aad sourcemap: Align sourcemap type with Rollup (#6133) (Boshen)
- d18c896 rust: Use
cow_utils
instead (#5664) (dalaoshu)
- fefbbc1 sourcemap: Add trailing newline to README (#5539) (overlookmotel)
- 5fd1701 sourcemap: Lower the
msrv
. (#4873) (rzvxa)
- e42ac3a sourcemap: Add
ConcatSourceMapBuilder::from_sourcemaps
(#4639) (overlookmotel)
- ff43dff sourcemap: Speed up VLQ encoding (#4633) (overlookmotel)
- a330773 sourcemap: Reduce string copying in
ConcatSourceMapBuilder
(#4638) (overlookmotel) - 372316b sourcemap:
ConcatSourceMapBuilder
extendsource_contents
in separate loop (#4634) (overlookmotel) - c7f1d48 sourcemap: Keep local copy of previous token in VLQ encode (#4596) (overlookmotel)
- 590d795 sourcemap: Shorten main loop encoding VLQ (#4586) (overlookmotel)
- e42ac3a sourcemap: Add
ConcatSourceMapBuilder::from_sourcemaps
(#4639) (overlookmotel)
- ff43dff sourcemap: Speed up VLQ encoding (#4633) (overlookmotel)
- a330773 sourcemap: Reduce string copying in
ConcatSourceMapBuilder
(#4638) (overlookmotel) - 372316b sourcemap:
ConcatSourceMapBuilder
extendsource_contents
in separate loop (#4634) (overlookmotel) - c7f1d48 sourcemap: Keep local copy of previous token in VLQ encode (#4596) (overlookmotel)
- 590d795 sourcemap: Shorten main loop encoding VLQ (#4586) (overlookmotel)
- 27fd062 sourcemap: [BREAKING] Avoid passing
Result
s (#4541) (overlookmotel)
- d00014e sourcemap: Elide bounds checks in VLQ encoding (#4583) (overlookmotel)
- 1fd9dd0 sourcemap: Use simd to escape JSON string (#4487) (Brooooooklyn)
- 7c42ffc sourcemap: Align Base64 chars lookup table to cache line (#4535) (overlookmotel)
- 5db7bed sourcemap: Fix pre-calculation of required segments for building JSON (#4490) (overlookmotel)
- 705e19f sourcemap: Reduce memory copies encoding JSON (#4489) (overlookmotel)
- 4d10c6c sourcemap: Pre allocate String buf while encoding (#4476) (Brooooooklyn)
- c958a55 sourcemap:
push_list
method for building JSON (#4486) (overlookmotel)
- 4cd5df0 sourcemap: Avoid negative line if token_chunks has same prev_dst_line (#4348) (underfin)
- 205c259 sourcemap: Support SourceMapBuilder#token_chunks (#4220) (underfin)
- 01572f0 sourcemap: Impl
std::fmt::Display
forError
(#3902) (DonIsaac)- d3cd3ea Oxc transform binding (#3896) (underfin)
- 90d2d09 sourcemap: Add Sourcemap#from_json method (#3361) (underfin)
- 899a52b Fix some nightly warnings (Boshen)
- f6daf0b sourcemap: Add feature "sourcemap_concurrent" (Boshen)
- 7363e14 sourcemap: Add "rayon" feature (#3198) (Boshen)
- 8662f4f sourcemap: Add x_google_ignoreList (#2928) (underfin)
- 5cb3991 sourcemap: Add sourceRoot (#2926) (underfin)
- 96f02e6 sourcemap: Optional JSONSourceMap fields (#2910) (underfin)
- d87cf17 sourcemap: Add methods to mutate SourceMap (#2909) (underfin)
- 74aca1c sourcemap: Add SourceMapBuilder file (#2908) (underfin)
- 28fae2e sourcemap: Using serde_json::to_string to quote sourcemap string (#2889) (underfin)
- b199cb8 Add oxc sourcemap crate (#2825) (underfin)
- 6177c2f codegen: Sourcemap token name should be original name (#2843) (underfin)