All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.0.0 (2024-01-15)
4.0.2 (2023-12-27)
4.0.1 (2022-10-07)
- logic when sourceRoot contains absolute URL (e724a1f)
4.0.0 (2022-06-13)
- minimum supported
Node.js
version is14.15.0
3.0.1 (2022-01-03)
- update
source-map-js
3.0.0 (2021-05-21)
- minimum supported
Node.js
version is12.13.0
2.0.2 (2021-05-17)
2.0.1 (2021-02-10)
- switch from
source-map
tosource-map-js
package (perf increase) - fix watch with invalid
sourceURL
2.0.0 (2020-12-24)
- minimum supported
webpack
version is5
1.1.3 (2020-12-04)
1.1.2 (2020-10-27)
- do not watch unnecessary
sources
(23768df)
1.1.1 (2020-10-09)
- update
schema-utils
1.1.0 (2020-08-29)
- filter source mapping url (5cc3dfd)
1.0.2 (2020-08-19)
- resolve server-relative url (30317f8)
1.0.1 (2020-06-30)
- webpack protocol (a2e4cd6)
1.0.0 (2020-05-26)
- minimum supported Node.js version is
10.13
- minimum supported
webpack
version is4
- support indexed source maps (c18d1f9)
- support
charsert
for Data URLs
- absolute path for sources (b64f7d8)
- avoid crash on big data URL source maps (7f769aa)
- improve performance (#101) (4c39c22)
- use webpack fs (#105) (1e785a1)
- support
file
protocol - improve error messages
- avoid conflicts with other source maps
- fix compatibility with
5
version ofwebpack
0.2.4 (2018-08-14)
- index: handle exception on loading invalid source maps (#67) (78ad469)
- index: resolve source maps with root-relative paths correctly (#68) (e2fdbfd)
- package: 5 low severity vulnerabilities (#72) (8262587)
0.2.3 (2017-10-23)
- Increase minimum version of source-map dependency for bug fix mozilla/source-map#247 (#56) (f6cf53c)