Skip to content

Commit e0ec5d9

Browse files
chore(release): 1.0.0
1 parent 87fa9ae commit e0ec5d9

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
1-
# Change Log
1+
# Changelog
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.0.0](https://github.com/webpack-contrib/source-map-loader/compare/v0.2.4...v1.0.0) (2020-05-26)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* minimum supported Node.js version is `10.13`
11+
* minimum supported `webpack` version is `4`
12+
13+
### Features
14+
15+
* support indexed source maps ([c18d1f9](https://github.com/webpack-contrib/source-map-loader/commit/c18d1f9495fce229d21993aba1d215cc75986d84))
16+
* support `charsert` for Data URLs
17+
18+
### Bug Fixes
19+
20+
* absolute path for sources ([b64f7d8](https://github.com/webpack-contrib/source-map-loader/commit/b64f7d82de27769c8bbd2be280faf4f9f97492d5))
21+
* avoid crash on big data URL source maps ([7f769aa](https://github.com/webpack-contrib/source-map-loader/commit/7f769aa5a09d362cf29eeb52f4c8155360e1afad))
22+
* improve performance ([#101](https://github.com/webpack-contrib/source-map-loader/issues/101)) ([4c39c22](https://github.com/webpack-contrib/source-map-loader/commit/4c39c228ae215b43d6c90fd1727d572dfd3d5929))
23+
* use webpack fs ([#105](https://github.com/webpack-contrib/source-map-loader/issues/105)) ([1e785a1](https://github.com/webpack-contrib/source-map-loader/commit/1e785a1114afe2f40a9f2361d8a326a99b5050e6))
24+
* support `file` protocol
25+
* improve error messages
26+
* avoid conflicts with other source maps
27+
* fix compatibility with `5` version of `webpack`
28+
529
<a name="0.2.4"></a>
630
## [0.2.4](https://github.com/webpack-contrib/source-map-loader/compare/v0.2.3...v0.2.4) (2018-08-14)
731

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-map-loader",
3-
"version": "0.2.4",
3+
"version": "1.0.0",
44
"description": "extracts inlined source map and offers it to webpack",
55
"license": "MIT",
66
"repository": "webpack-contrib/source-map-loader",

0 commit comments

Comments
 (0)