Skip to content

Releases: prantlf/convert-source-map

2.0.0

15 Jan 15:29
Compare
Choose a tag to compare

2.0.0 (2022-01-15)

Bug Fixes

  • Replace SafeBuffer with Buffer, support BASE64 in the browser (c2919ce)
  • Support uri encoded source maps (e4e814a)

Features

  • Let a function for reading the source map be specified instead of depending on fs (1a4d6f1)

BREAKING CHANGES

  • Methods fromMapFileComment and fromMapFileSource
    require an additional parameter - readMap - to
    read the source map content. They behave synchronously
    or asynchronously depending on the behaviour
    of the readMap function.

This is the first release after forking the original project.