Skip to content

v0.14.0

Choose a tag to compare

@jescalan jescalan released this 06 Jan 21:16
· 308 commits to master since this release

BREAKING only if you are using sourcemaps

  • Better support and normalization for sourcemaps across all languages
  • Sourcemaps always return as a javascript object
  • Sourcemaps always return a v3 sourcemap as the default
  • Sourcemaps all return the correct sources based on the filename
  • You can pass sourcemap: true to any compiler to get back functional sourcemaps, so you don't need to look up and deal with that compiler's specific options
  • Better tests and documentation for sourcemaps
  • Add sourcemap support for scss

We still probably have a couple more releases before the sourcemaps are fully ironed out, but this puts them in a pretty good place. This release will be integrated into a number of compile pipelines for testing, and revisions will be added in a new release as necessary.