- Fixed handling of sources that start with a slash so that they are relative to the source root's host.
- Fixed github issue #43: absolute URLs aren't joined with the source root anymore.
- Using Travis CI to run tests.
- Fixed a bug in the handling of sourceRoot.
- Added SourceNode.fromStringWithSourceMap.
-
Added missing documentation.
-
Fixed the generating of empty mappings in SourceNode.
- Added SourceMapGenerator.applySourceMap.
- The sourceRoot is now handled consistently.
- Added SourceMapGenerator.fromSourceMap.
- SourceNode now generates empty mappings too.
- Added name support to SourceNode.
- Added sourcesContent support to the customer and generator.