We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647a651 commit 89cd5ceCopy full SHA for 89cd5ce
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Sass.js Changelog
2
3
-## master ##
+## 0.10.0 (December 11th 2016) ##
4
5
* Deprecating the synchronous `Sass.lazyFiles()` - as this can be achieved asynchronously with an Importer Callback
6
* upgrading to [libsass 3.4.0](https://github.com/sass/libsass/releases/tag/3.4.0)
package.json
{
"name": "sass.js",
- "version": "0.9.13",
+ "version": "0.10.0",
"libsass": "3.4.0",
"title": "Sass.js - API for emscripted libsass",
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
0 commit comments