Skip to content
This repository was archived by the owner on Nov 4, 2023. It is now read-only.

Commit 109db6d

Browse files
committed
source-map-resolve v0.4.0
1 parent d2c1c95 commit 109db6d

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-map-resolve",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"author": "Simon Lydell",
55
"license": "MIT",
66
"description": "Resolve the source map and/or sources for a generated file.",

changelog.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### Version 0.4.0 (2015-08-29) ###
2+
3+
- Removed: The `ignoreSourceRoot` option of `resolveSources`. It has been
4+
replaced with `sourceRoot: false`. (Backwards-incompatible change.)
5+
- Added: The `sourceRoot` option of `resolveSources`. It not only allows to
6+
ignore the source root, it also lets you replace it.
7+
- Added: The `parseMapToJSON` method.
8+
- Added: The `resolve` method now accepts `null, mapUrl, ...` as arguments, in
9+
addition to the existing signature, which will read `mapUrl` instead of
10+
looking for a sourceMappingURL in the code.
11+
112
### Version 0.3.1 (2014-08-16) ###
213

314
- Improved: Updated the source-map-url dependency to 0.3.0.

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-map-resolve",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"author": "Simon Lydell",
55
"license": "MIT",
66
"description": "Resolve the source map and/or sources for a generated file.",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "source-map-resolve",
3-
"version": "0.3.1",
3+
"version": "0.4.0",
44
"author": "Simon Lydell",
55
"license": "MIT",
66
"description": "Resolve the source map and/or sources for a generated file.",

x-package.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
name: "source-map-resolve",
3-
version: "0.3.1",
3+
version: "0.4.0",
44
author: "Simon Lydell",
55
license: "MIT",
66
description: "Resolve the source map and/or sources for a generated file.",

0 commit comments

Comments
 (0)