This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
Releases: sass/node-sass
Releases · sass/node-sass
Fixed build issues
Recently changes to test structure was breaking installation.
v1.1.1
v1.1.0
Features:
- Libsass 3.0.1 included
- Change behavior of how source-comments work. Its a breaking change. sourceComments is now treated as bool from CLI as well as the code (@am11, #485)
Bugfixes:
Misc:
Available on NPM: https://npmjs.org/package/node-sass
npm install [email protected]
v1.0.3
v1.0.2
Bugfixes:
- Rebuilt binaries for windows and linux to ease install issues.
Misc:
Available on NPM: https://npmjs.org/package/node-sass
npm install [email protected]
v1.0.2-alpha
Bugfixes:
- Rebuilt binaries for windows and linux to ease install issues.
Misc:
Available on NPM: https://npmjs.org/package/node-sass
npm install [email protected]
v1.0.1
No changes from v1.0.0, republished due to npm shasum error
Available on NPM: https://npmjs.org/package/node-sass
npm install [email protected]
v1.0.0
Features:
- Updated to support Libsass 3.0, including extends, maps, call, and more
- Moved node-sass-middleware into a separate module: https://github.com/sass/node-sass-middleware
Available on NPM: https://npmjs.org/package/node-sass
npm install [email protected]
v0.9.6
Bugfixes:
- Republished v0.9.5 with missing sass2scss source code
Available on NPM: https://npmjs.org/package/node-sass
npm install [email protected]
v0.9.5
Bugfixes:
- Updated borked mac binary
- assert imagePath type (@am11, #435)
- Don't write to stdout if
--output
is specified (@kevva, #440)
Misc:
Available on NPM: https://npmjs.org/package/node-sass
npm install [email protected]