Change Log
All notable changes to this project will be documented in this file.
See Conventional Commits for commit guidelines.
Note: Version bump only for package istanbul-lib-source-maps
Note: Version bump only for package istanbul-lib-source-maps
Bug Fixes
Bug Fixes
Features
BREAKING CHANGES
- MapStore#transformCoverage is now async and returns a
the coverage data only. The
sourceFinder
method is now async and
provided directly on the MapStore
instance.
Bug Fixes
- package: update rimraf to version 3.0.0 (b6e7953)
Features
- Accept SourceStore and sourceStoreOpts options (#482) (0dc45a6)
- Add addInputSourceMapsSync and getSourceMapSync methods (#484) (dd7048e)
BREAKING CHANGES
- sourceStore and tmpdir options are removed.
Features
- Update dependencies, require Node.js 8 (#401) (bf3a539)
BREAKING CHANGES
- Node.js 8 is now required
Bug Fixes
- if LEAST_UPPER_BOUND returns null, try GREATEST_LOWER_BOUND (#375) (72b0f05)
Note: Version bump only for package istanbul-lib-source-maps
Note: Version bump only for package istanbul-lib-source-maps
Bug Fixes
- Map unique files once, regardless of path separator (#287) (39a1e56)
Note: Version bump only for package istanbul-lib-source-maps
Bug Fixes
- correct variable name in source-map transform (#257) (de9c921)
Bug Fixes
- correctly calculate end position of sourcemap statement (f97ffc7)
BREAKING CHANGES
- coverage output can now contain Infinity, when a range extends past the source in a file.
Note: Version bump only for package istanbul-lib-source-maps
Bug Fixes
BREAKING CHANGES
- a null prototype is now used in several places rather than the default
{}
assignment.
Bug Fixes
Note: Version bump only for package istanbul-lib-source-maps
Note: Version bump only for package istanbul-lib-source-maps
Note: Version bump only for package istanbul-lib-source-maps
Features
- pull in debug module, to make debug messages optional (#36) (189519d)
Features
- read and apply any input source maps stored with coverage data (#4) (aea405b)
Bug Fixes
Bug Fixes
- position validation shouldn’t throw away locations with 0 (#5) (ac4b72c)
Bug Fixes
- discard more bad source map positions (#3) (ed7b27f)