|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## 0.8.0-beta.0 |
| 4 | + |
| 5 | +### Breaking changes |
| 6 | + |
| 7 | +* [#350](https://github.com/mozilla/source-map/pull/350) - |
| 8 | + Change browser detection logic for WASM loading. |
| 9 | +* [#363](https://github.com/mozilla/source-map/pull/363) - |
| 10 | + Change WASM loading detection to rely on `package.json#browser` field. |
| 11 | +* [#362](https://github.com/mozilla/source-map/pull/362) - |
| 12 | + Remove the `dist/` bundle. |
| 13 | +* [#371](https://github.com/mozilla/source-map/pull/371) - |
| 14 | + Reimplement sourcemap URL processing using the WHATWG URL API. |
| 15 | + |
| 16 | +### Nonbreaking changes: |
| 17 | + |
| 18 | +* [#339](https://github.com/mozilla/source-map/pull/339) - |
| 19 | + Allow initializing the consumer `mappings.wasm` file as an `ArrayBuffer`. |
| 20 | + |
| 21 | +### Internal Improvements: |
| 22 | + |
| 23 | +* [#347](https://github.com/mozilla/source-map/pull/347) - |
| 24 | + Improve tests. |
| 25 | +* [#352](https://github.com/mozilla/source-map/pull/352) - |
| 26 | + Improve documentation. |
| 27 | +* [#361](https://github.com/mozilla/source-map/pull/361) - |
| 28 | + Use newer Webpack CLI when bundling. |
| 29 | +* [#364](https://github.com/mozilla/source-map/pull/364) - |
| 30 | + Convert `IndexedSourceMapConsumer` implementation to pass more through |
| 31 | + to `BasicSourceMapConsumer`. |
| 32 | +* [#366](https://github.com/mozilla/source-map/pull/366) - |
| 33 | + Normalize internal URL representation to be easier to follow. |
| 34 | +* [#341](https://github.com/mozilla/source-map/pull/341) - |
| 35 | + Use async functions to simplify `SourceMapConsumer.with` implementation. |
| 36 | + |
| 37 | + |
3 | 38 | ## 0.7.3
|
4 | 39 |
|
5 | 40 | * Fix a bug where nested uses of `SourceMapConsumer` could result in a
|
|
0 commit comments