Releases: getsentry/rust-sourcemap
Releases · getsentry/rust-sourcemap
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
7.0.0
Various fixes and improvements
- ref: SourceMap::adjust_mappings now works in place (#70) by @loewenheim
6.4.1
Various fixes & improvements
- fix: Do not set source_contents if it already exists (#68) by @kamilogorek