v0.14.0
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: trueto 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.