Releases: getsentry/rust-sourcemap
Releases · getsentry/rust-sourcemap
9.1.2
Various fixes & improvements
- Prefer
"debug_id"
for sourcemap debug IDs (#101) by @loewenheim
9.1.1
Various fixes & improvements
- Fixed an error when deserializing sourcemaps with
both"debugId"
and"debug_id"
keys (#100) by @loewenheim
9.1.0
Various fixes & improvements
- Add support for ignoreList property (#93) by @wbinnssmith
9.0.1
Various fixes and improvements
- Debug IDs can be read from the "debugId" field in addition to "debug_id" (#97) by @loewenheim.
9.0.0
Various fixes and improvements
- ref: Tokens within a sourcemap are now always sorted by their position in the
minified file (#91) by @loewenheim.
Consequently:
- the typeIndexIter
and the functionsget_index_size
,index_iter
,
andidx_from_token
have been deleted;
- the functionsourcemap_from_token
has been turned into the method
sourcemap
onToken
;
- theidx
parameter ofSourceMap::get_token
now has the typeusize
.
8.0.1
8.0.0
7.1.1
7.1.0
7.0.1
Various fixes and improvements
- fix: Fixed a bug in index sourcemap flattening (#74) by @loewenheim