Releases: mozilla/source-map
Releases · mozilla/source-map
0.7.6
0.7.5
What's Changed
- Pass through the implementation of more index map operations. by @loganfsmyth in #364
- Remove the bundled dist/ directory? by @loganfsmyth in #362
- Split up wasm loading based on compilation target. by @loganfsmyth in #363
- Use WHATWG's URL to implement all of source-map's URL operations. by @loganfsmyth in #371
- Fix typo by @GianlucaGuarini in #378
- Add Mozilla Code of Conduct in #384
- Remove unused fromVLQSigned function by @jridgewell in #402
- Add lastGeneratedColumn to typing for MappingItem by @samccone in #374
addMapping()
: ensure thatoriginalLine
andoriginalColumn
arenull
whenoriginal
argument was undefined/null
by @GerHobbelt in #395- fix crash in url util function due to undefined root value by @GerHobbelt in #394
- minor binary-search code/comment fixes by @GerHobbelt in #393
- use Travis CI svg badge by @fscherwi in #407
- add
prettier
task for standardized code formatting => easier cross-branch/fork code comparison and merging by @GerHobbelt in #397 - Syntax highlight README HTML sample by @brettz9 in #415
- Add function to SourceMapConsumer TS interface by @andersonvom in #439
- Include types file extension in package.json by @amcasey in #448
- Require Node.js 12 or later & switch CI to GitHub Actions by @eemeli in #464
- Skip updating coveralls.io coverage by @eemeli in #466
- Update WASM binary and Land WASM rust sources in this repository by @ochameau in #465
- Update ESLint & Prettier to latest by @eemeli in #463
- Adopt & enforce the mozilla-central Prettier config by @eemeli in #467
- Simplify coverage tooling by @eemeli in #468
- Update to doctoc v2 & simplify call pattern by @eemeli in #469
- Filter out unnecessary rust tasks by @eemeli in #470
- Improve coverage by @eemeli in #471
- Include package-lock.json in repo by @eemeli in #472
- fix: convert result of allocate_mappings from signed to unsigned by @nornagon in #473
- Add support for the sourcemaps ignorelist by @bomsy in #481
- Remove .DS_Store by @ledenis in #485
- Fix reference to LICENSE file by @AyanSinhaMahapatra in #488
- Fix an off-by-1 error in section lookup by @takikawa in #507
- Add source map spec tests by @takikawa in #505
- Remove whatwg-url module by @nchevobbe in #517
New Contributors
- @GianlucaGuarini made their first contribution in #378
- @jridgewell made their first contribution in #402
- @GerHobbelt made their first contribution in #395
- @fscherwi made their first contribution in #407
- @brettz9 made their first contribution in #415
- @andersonvom made their first contribution in #439
- @amcasey made their first contribution in #448
- @eemeli made their first contribution in #464
- @nornagon made their first contribution in #473
- @bomsy made their first contribution in #481
- @ledenis made their first contribution in #485
- @AyanSinhaMahapatra made their first contribution in #488
- @takikawa made their first contribution in #507
- @nchevobbe made their first contribution in #517
Full Changelog: v0.7.4...0.7.5