# Sass.js Changelog ## 0.11.1 (Oct 20th 2019) ## * upgrading to [libsass 3.6.2](https://github.com/sass/libsass/releases/tag/3.6.2) * upgrading to [emscripten 1.39.0](https://github.com/kripken/emscripten/releases/tag/1.39.0) ## 0.11.0 (May 19th 2019) ## * fixing path resolver in node - [Issue #122](https://github.com/medialize/sass.js/pull/122) * upgrading to [libsass 3.6.0](https://github.com/sass/libsass/releases/tag/3.6.0) * upgrading to [emscripten 1.38.31](https://github.com/kripken/emscripten/releases/tag/1.38.31) ## 0.10.13 (November 19th 2018) ## * fixing `sass.configure.paths.js` to restore ES5 compatibility - [Issue #109](https://github.com/medialize/sass.js/pull/109) ## 0.10.12 (November 14th 2018) ## * fixing `sass.configure.paths.js` for angular compiler - [Issue #105](https://github.com/medialize/sass.js/pull/105) [Issue #100](https://github.com/medialize/sass.js/issues/100) * upgrading to [libsass 3.5.5](https://github.com/sass/libsass/releases/tag/3.5.5) * upgrading to [emscripten 1.38.18](https://github.com/kripken/emscripten/releases/tag/1.38.18) ## 0.10.11 (September 22nd 2018) ## * upgrading to [emscripten 1.38.12](https://github.com/kripken/emscripten/releases/tag/1.38.12) - ([Issue #85](https://github.com/medialize/sass.js/issues/85)) * fixing IE11 compatibility by adding `-s LEGACY_VM_SUPPORT=1` - ([Issue #96](https://github.com/medialize/sass.js/issues/96)) ## 0.10.10 (July 7th 2018) ## * upgrading to [libsass 3.5.4](https://github.com/sass/libsass/releases/tag/3.5.4) * upgrading to [emscripten 1.37.35](https://github.com/kripken/emscripten/releases/tag/1.37.35) ## 0.10.9 (February 6th 2018) ## * upgrading to [libsass 3.4.9](https://github.com/sass/libsass/releases/tag/3.4.9) * upgrading to [emscripten 1.37.33](https://github.com/kripken/emscripten/releases/tag/1.37.33) ## 0.10.8 (January 21st 2018) ## * upgrading to [libsass 3.4.8](https://github.com/sass/libsass/releases/tag/3.4.8) * fixing `sass.node.js` to allow raw CSS imports - ([PR #94](https://github.com/medialize/sass.js/pull/94)) ## 0.10.7 (November 14th 2017) ## * upgrading to [libsass 3.4.7](https://github.com/sass/libsass/releases/tag/3.4.7) ## 0.10.6 (July 28th 2017) ## * fixing `sass.node.js` to work on windows - ([Issue #86](https://github.com/medialize/sass.js/issues/86)) ## 0.10.5 (June 25th 2017) ## * upgrading to [libsass 3.4.5](https://github.com/sass/libsass/releases/tag/3.4.5) ## 0.10.4 (March 30th 2017) ## * upgrading to [libsass 3.4.4](https://github.com/sass/libsass/releases/tag/3.4.4) ## 0.10.3 (January 8th 2017) ## * upgrading to [libsass 3.4.3](https://github.com/sass/libsass/releases/tag/3.4.3) ## 0.10.2 (December 28th 2016) ## * upgrading to [libsass 3.4.2](https://github.com/sass/libsass/releases/tag/3.4.2) * upgrading to [emscripten 1.37.0](https://github.com/kripken/emscripten/releases/tag/1.37.0) ## 0.10.1 (December 19th 2016) ## * upgrading to [libsass 3.4.1](https://github.com/sass/libsass/releases/tag/3.4.1) ## 0.10.0 (December 11th 2016) ## * Deprecating the synchronous `Sass.lazyFiles()` - as this can be achieved asynchronously with an Importer Callback * upgrading to [libsass 3.4.0](https://github.com/sass/libsass/releases/tag/3.4.0) * fixing Importer to properly process UTF8 strings - ([Issue #72](https://github.com/medialize/sass.js/issues/72)) * adding `sass.node.js` for convenient compilation of SCSS and SASS files in Node - ([Issue #72](https://github.com/medialize/sass.js/issues/72)) ## 0.9.13 (September 25th 2016) ## * fixing Importer to allow passing empty strings - ([Issue #63](https://github.com/medialize/sass.js/issues/63)) ## 0.9.12 (August 14th 2016) ## * refactoring Importer to expose `Sass.findPathVariation()` and `Sass.getPathVariations()` in the Synchronous API - ([Issue #61](https://github.com/medialize/sass.js/issues/61)) ## 0.9.11 (July 17th 2016) ## * fixing Importer callback to handle nested imports when running asynchronously - ([Issue #59](https://github.com/medialize/sass.js/issues/59)) * upgrading to [emscripten 1.36.5](https://github.com/kripken/emscripten/releases/tag/1.36.5) ## 0.9.10 (April 20th 2016) ## * upgrading to [libsass 3.3.6](https://github.com/sass/libsass/releases/tag/3.3.6) ## 0.9.9 (April 20th 2016) ## * upgrading to [libsass 3.3.5](https://github.com/sass/libsass/releases/tag/3.3.5) ## 0.9.8 (April 7th 2016) ## * upgrading to [libsass 3.3.4](https://github.com/sass/libsass/releases/tag/3.3.4) * upgrading to [emscripten 1.36.1](https://github.com/kripken/emscripten/releases/tag/1.36.1) ## 0.9.7 (February 4th 2016) ## * refactoring sass.js initialization when emscripten is ready ## 0.9.6 (February 1st 2016) ## * adding option `importer` to provide data to [importer callbacks](https://github.com/medialize/sass.js/#importer-callback-function) - ([Issue #43](https://github.com/medialize/sass.js/issues/43)) ## 0.9.5 (January 23rd 2016) ## * upgrading to [libsass 3.3.3](https://github.com/sass/libsass/releases/tag/3.3.3) * upgrading to [emscripten 1.35.22](https://github.com/kripken/emscripten/releases/tag/1.35.22) * inline memory init file and drop `libsass.js.mem` - ([Issue #42](https://github.com/medialize/sass.js/issues/42)) ## 0.9.4 (October 27th 2015) ## * upgrading to [libsass 3.3.1](https://github.com/sass/libsass/releases/tag/3.3.1) * upgrading to [emscripten 1.35.4](https://github.com/kripken/emscripten/releases/tag/1.35.4) ## 0.9.3 (October 24th 2015) ## * upgrading to [libsass 3.3.0](https://github.com/sass/libsass/releases/tag/3.3.0) * upgrading to [emscripten 1.35.2](https://github.com/kripken/emscripten/releases/tag/1.35.2) ## 0.9.2 (June 14th 2015) ## * upgrading to [libsass 3.2.5](https://github.com/sass/libsass/releases/tag/3.2.5) ## 0.9.1 (May 30th 2015) ## * fixing automatic path detection (for loading `sass.worker.js` and `libsass.js.mem`), to make `sass.sync.js` load `libsass.js.mem` relative to itself (Node and browser) - ([Issue #33](https://github.com/medialize/sass.js/issues/33)) ## 0.9.0 (May 21st 2015) ## **NOTE:** This release contains breaking changes! * upgrading to [libsass 3.2.4](https://github.com/sass/libsass/releases/tag/3.2.4) * fixing worker API to avoid throwing `DataCloneError` because `postMessage` can't handle `Error` instances * improving worker API to find `sass.worker.js` itself when loaded through simple `