Skip to content

v1.0.0

Compare
Choose a tag to compare
@alexander-akait alexander-akait released this 26 May 18:03
· 109 commits to master since this release

1.0.0 (2020-05-26)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 10.13
  • minimum supported webpack version is 4

Features

  • support indexed source maps (c18d1f9)
  • support charsert for Data URLs

Bug Fixes

  • absolute path for sources (b64f7d8)
  • avoid crash on big data URL source maps (7f769aa)
  • improve performance (#101) (4c39c22)
  • use webpack fs (#105) (1e785a1)
  • support file protocol
  • improve error messages
  • avoid conflicts with other source maps
  • fix compatibility with 5 version of webpack