Open doppins-bot opened 8 years ago
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.9.3
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.10.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.10.1
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.11.2
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.11.3
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.12.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.12.1
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.12.2
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.12.3
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.12.4
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.12.5
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.13.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 3.13.1
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.0.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.1.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.1.1
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.2.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.3.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.4.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.5.0
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.5.2
.
Hope that's alright! — Doppins
An additional new version was just released of node-sass
, so we've added an
extra commit upgrading your range to 4.5.3
.
Hope that's alright! — Doppins
Hi!
A new version was just released of
node-sass
, so Doppins has upgraded your project's dependency ranges.Make sure that it doesn't break anything, and happy merging! :shipit:
Upgraded node-sass from
2.1.1
to3.8.0
Changelog:
Version 3.8.0
Features
--error-bell
CLI flag (@Peterhactch
,#1578
)cross-spawn-async
with cross-spawn (@danez
,#1563
)@xzyfer
,#1538
)jsdoc
for public API functions (@nschonni
,#1528
)@xzyfer
,#1523
)@coderbyheart
,#1506
)Fixes
@nschonni
,#1583
)render
andrenderSync
being mutated (@xzyfer
,#1168
)Version 3.7.0
Node.js 6 support
You've asked, and asked, and asked... and here it is. It took a little longer than we'd hoped due a bug we discovered (
https://github.com/nodejs/node/issues/6500
) in Node.js 6 which broken our Windows builds.Previous versions of Node Sass worked fine with Node.js 6 but produced scary looking warnings the console.
@saper
,#1514
)@xzyfer
,#1484
)@xzyfer
,#1496
)Update proxy support
Currently to detect user local settings, when downloading the precompiled binaries, we use a deprecated package. We've replaced this packaged with the offical npm environment variables. This drastically simplifies our install script.
Big thanks to
@delitescere
! (#1333
)Fixes
@xzyfer
,#1500
)@nschonni
@xzyfer
,#1487
#1491
)TODO URL
in install error (@nschonni
,#1488
)@nschonni
,#1486
)Supported Environments
*Linux support refers to Ubuntu, Debian, and CentOS 5
Version 3.6.0
LibSass
We've bumped LibSass to 3.3.6 Herbie (
https://github.com/sass/libsass/releases/tag/3.3.6
)Fixes
#1464
)Support Environments
*Linux support refers to Ubuntu, Debian, and CentOS 5
Version 3.5.3
Fixes
@xzyfer
)Support Environments
*Linux support refers to Ubuntu, Debian, and CentOS 5
Version 3.5.2
Fixes
@xzyfer
)Support Environments
*Linux support refers to Ubuntu, Debian, and CentOS 5
Version 3.5.1
Deprecation
A previously undocumented
process.sass
has been deprecated (#1427
). It will be removed in a future release. Access this API will produce a deprecation warning in the console.LibSass 3.3.5
This release includes the recent massive Delorean release as well as couple follow up bug fix release. We delayed this release until LibSass had fixed some issue that cropped in Delorean.
Check the changelogs for more information
https://github.com/sass/libsass/releases/tag/3.3.3
)https://github.com/sass/libsass/releases/tag/3.3.4
)https://github.com/sass/libsass/releases/tag/3.3.5
)Improved installation errors
Say goodbye to this infamous error. The root cause is unavoidable but we can do a better job and helping you fix it without filing an issue. Thanks to
@xzyfer
you'll now encounter something a bit more friendly!Thanks to
@eoneill
custom functions now have access to current render context viathis
.The benefit of this is that custom functions can persist data (be stateful), for the lifespan of the
render
. For example this is now possible:Features
@incompl
,#1368
)@qm3ster
,#1363
)--help
text has updated and improved (@glassdimly
,#1177
)npm pack
(@gkatsev
,#1183
)@xzyfer
,#1424
)Fixes
@xzyfer
,#1416
)@nowells
and@beatak
for writing tests (#1381
,#1420
)@xzyfer
,#1386
)@saper
for tracking down the root causeMisc
@delitescere
,#1413
)npmconf
dependency (@delitescere
,#1413
)bugs
url to package.json (@keithamus
,#1367
)Thanks!
As always the Node Sass would love to give a huge "thank you!" to all the contributors that made this release possible! We couldn't do it without you. ❤️ ❤️ ❤️
Support Environments
*Linux support refers to Ubuntu, Debian, and CentOS 5
Version 3.5.0-beta.1
We're releasing this beta for the upcoming v3.5.0 release because of the LibSass bump. Please test this out and file any issue with Sass compilation.
LibSass
We've bumped LibSass to Delorean, check their changelog (
https://github.com/sass/libsass/releases/tag/3.3.3
) for the juicy details.Windows XP support
In v3.4.2 LibSass and Node Sass starting compiling our prebuilt binaries with Visual Studio 2015 which caused issues for Windows XP users. After some incredible debugging and investigation by
@am11
and@saper
we believe we have addressed the Window XP runtime errors.Features
@JohnAlbin
,#1264
)@saper
,#1309
)@xzyfer
,#1319
)request
withgot
(@zckrs
,#1358
)@saper
,#1337
)Fixes
@raithit
,#1266
)@ReadmeCritic
,#1287
)https
rather thangit
to check out LibSass in fallback compilation (@saper
,#1301
)@saper
,#1307
)sass.NULL
(@saper
,#1296
)@nibblebot
,#1212
)@saper
,#1323
)@xzyfer
,#1342
)Misc
@ockham
,#1269
,@xzyfer
#1321
)@pra85
,#1344
)Version 3.4.2
Changelog
Features
https://github.com/sass/libsass/releases/tag/3.3.2
) (@xzyfer
,#1248
)@xzyfer
,#1248
)Fixes
@xzyfer
,#1260
#1261
)@ggamel
,#1252
)@jameslnewell
,#1223
)@chriseppstein
,#1220
)@jameslnewell
,#1219
)@esr360
,@1218
)Thanks
A big thanks to everyone who took the time report issues. The LibSass team (
@hcatlin
,@mgreter
,@saper
,@xzyfer
) couldn't do this without your help.Support Environments
*Linux support refers to Ubuntu, Debian, and CentOS 5
Version 3.4.1
This is a follow up patch release for recent LibSass update which fixes the reported regressions.
Check out LibSass release notes (
https://github.com/sass/libsass/releases/tag/3.3.1
) for more information.Version 3.4.0
Today we're proud to release v3.4.0 of Node Sass.
Acknowledgements
As always we want to thank our beloved contributors who breathe life into this piece of code. :heart:
@cvibhagool
,@fh1ch
,@JTKnox91
,@kylecho
,@pmq20
and everyone who opened issues. Without your contributions we wouldn't be where we are today. Also a big thanks to the LibSass team and their contributors for their work! We (@am11
,@saper
,@xzyfer
) hope you all will enjoy this release :rocket:Changelog
LibSass 3.3.0
This release has the latest LibSass 3.3.0 release which brings with it major feature parity Ruby Sass*, massive speed improvements and MUCH MORE! Check the changelog (
https://github.com/sass/libsass/releases/tag/3.3.0
)Improvements
@fh1ch
,#1145
)@pmq20
@saper
,#1151
)--follow
(@dotzero
,#1126
)@saper
,#1135
)Fixes
@JTKnox91
,#1157
)@cvibhagool
,#1158
)@kylecho
,#1159
)Version 3.4.0
This is hopefully the final beta release for the upcoming LibSass 3.3.0 release.
Acknowledgements
As always we want to thank our beloved contributors who breathe life into this piece of code. :heart:
@JTKnox91
,@cvibhagool
,@kylecho
and everyone who opened issues. Without your contributions we wouldn't be where we are today. Also a big thanks to the LibSass team and their contributors for their work! We (@am11
,@saper
,@xzyfer
) hope you all will enjoy this release :rocket:Changelog
LibSass 3.3.0-beta3
This beta release has the latest LibSass beta which fixes some regressions discovered by our beta testers. Check the changelog (
https://github.com/sass/libsass/releases/tag/3.3.0-beta2
)Fixes
@JTKnox91
,#1157
)@cvibhagool
,#1158
)@kylecho
,#1159
)Version 3.4.0
The release you've all been waiting for! This is a beta release for the upcoming LibSass 3.3.0 release.
Acknowledgements
As always we want to thank our beloved contributors who breathe life into this piece of code. :heart:
@fh1ch
,@pmq20
and everyone who opened issues. Without your contributions we wouldn't be where we are today. Also a big thanks to the LibSass team and their contributors for their work! We (@am11
,@saper
,@xzyfer
) hope you all will enjoy this release :rocket:Changelog
LibSass 3.3.0-beta2
This beta release has the latest LibSass beta which brings with it major feature parity Ruby Sass*, massive speed improvements and MUCH MORE! (
@saper
,#1040
) Check the changelog (https://github.com/sass/libsass/releases/tag/3.3.0-beta1
)Improvements
@fh1ch
,#1145
)@pmq20
@saper
,#1151
)--follow
(@dotzero
,#1126
)@saper
,#1135
)Version 3.3.3
It's also contains a handful of fixes and build infrastructure improvements to prepare to recently release LibSass 3.3.0 betas (
https://github.com/sass/libsass/releases/tag/3.3.0-beta1
).Node 4 compatibility
This release officially lands Node 4 support if you're building the native binding manually. For everyone else we had previously back ported precompiled Node 4 compatible native bindings to the
v3.3.2
release.pangyp
withnode-gyp
for Node 4 compatibility (@xzyfer
,#1128
)@xzyfer
,#1132
,@gdi2290
#1130
)@saper
,#1054
)Improvements
https://github.com/sass/libsass/releases/tag/3.3.0-beta1
) betas (@saper
,#1146
)@saper
,#1129
)@xzyfer
,#1117
)@xzyfer
,#1015
)multi-file
compilations to the clearerdirectory
compilations (@xzyfer
,#985
)Fixes
@saper
,#1149
#1150
)@xzyfer
,#1148
)iojs.exe
andnode.exe
on Windows (@saper
,#1147
)@saper
,#1133
fixing#1127
crash)sass.types.List(1)
sometimes crashing (@saper
,#1131
)render()/renderSync()
withoutfile
ordata
(@saper
,#924
)Version 3.3.2
This release fixes an issue that was causing segfaults when using Node Sass with some other native modules like
fsevents
. This issue caused to revoke thev3.3.0
andv.3.3.1
npm packages whilst we figured out a solution. (https://github.com/sass/node-sass/issues/1107
)Big thanks to everyone who reported the issue and helped
@saper
and@xzyfer
debug it. Big thanks to the@kkoopa
and@bnoordhuis
for a speedily releasingnan@2.0.8
.Version 3.3.1
This release works arounds a segfault that occurs when Node Sass is used with
fsevents@0.3.8
.Changelog
Bug fixes
fsevents@0.3.8
(@xzyfer
,https://github.com/sass/node-sass/issues/1107#issuecomment-134866739
)Version 3.3.0
The Node Sass team is happy release v3.3.0. This release has been a long time coming, and for good reason.
With the release the of a new major io.js release we decided to spend some time working on our development infrastructure. The hope is that we now have the ground work in places to more rapidly respond to new runtime versions.
News
The Node Sass team is super excited to welcome long time contributor
@saper
to the team!Changelog
io.js v3 support
Thanks to a massive effort from
@saper
and@kkoopa
we update tonan@2
which gave us io.js v3 compatibility. This was the major hold up for this release.This closes
#1086
,#1085
,#1082
,#1073
,#1071
,#1067
,#1064
,#1059
,#1053
Let this be a reminder to always search before opening a new issue.
CI improvements
@am11
@saper
and@xzyfer
implements various stability and speed improvements to our CI process. This will enable us to produced more frequent release.@saper
,#1099
)@am11
,#1097
)@xzyfer
,#1096
)@am11
@saper
,#966
)@saper
,#910
)@saper
,#1058
)Minor features
@am11
,#1033
)Document updates
@Cydrobolt
,#1094
)outFile
option (@gpapin
,#1084
)indentedSyntax
option (@dkebler
,#1081
)@saper
,#1063
)@saper
,#1060
)@am11
,#1033
)@amm
,#1033
)@JAFong
,#1028
)@lencioni
,#1020
)Bug fixes
.sass
files (@xzyfer
,#1075
)Thanks!
We'd like to say a huge thanks! to everyone above who helped make this release possible, as well as everyone who opened issues (even all the duplicates).
Honourable mentions to
@kkoopa
and@saper
for all their hard work the io.js v3 compatibility.Version 3.2.0
This release bumps Libsass to 3.2.5 which brings with it a bunch of fixes. Check the changelog (
https://github.com/sass/libsass/releases/tag/3.2.5
).Features
@xzyfer
,#992
)Version 3.1.2
Fixes
#967
,@kkopachev
)#903
,@am11
)Notes
This release addresses some minor issues in the recent v3.0.0 release, as well documentation updates.
We've also included not one, but two Libsass updates! :tada:
Features
https://github.com/sass/libsass/releases/tag/3.2.3
) and [3.2.4 (https://github.com/sass/libsass/releases/tag/3.2.4
)Fixes
@saper
@xzyfer
,#945
)package
(@ajp427
,#936
)@xzyfer
,#950
)@akauppi
,#928
)Documentation
@antleblanc
,#940
)Thanks !
Big thank you to all our contributors, and to everyone who opened issues. Honourable mentions to
@ajp427
,@akauppi
,@am11
,@antleblanc
,@saper
and@xzyfer
.Version 3.0.0
The node-sass team is excited to release the long awaited v3.0.0!
This release has been a massive undertaking by the node-sass team and our many contributors!
News
This release marks two major events for node-sass.
Firstly, this the most significant release to date, and includes the largest Libsass release to date. Do yourself a favour and check out the massive Libsass 3.2.0 changelog (
https://github.com/sass/libsass/releases/tag/3.2.0
).Secondly,
@xzyfer
has been promoted to project lead. We all owe@am11
a "thank-you" for all his hard work making node-sass an incredible success. I can only hope to do as good of a job - You can read more in#864
.Changelog
Breaking Changes
@Jakobo
Error
object instead ofStrings
-@am11
,@sindresorhus
Old:New:
Buffer
output as opposed toString
-@am11
@am11
@am11
stdout
-@am11
,@xzyfer
--watch
flag is now boolean -@wesleytodd
Features
@xzyfer
sourceMapRoot
option -@am11
@am11
,@matryo
--recursive
flag to true -@wesleytodd
@xzyfer
this.options
toimporter
andrender
callbacks -@Jakobo
@am11
,@johnrc
,@saper
SASS_BINARY_SITE
-@am11
,@nschonni
User-Agent
HTTP header when fetching binaries -@saper
@xzyfer
Experimental features
@am11
@matryo
Documentation
@tomfuertes
@am11
,@mgreter
@xzyfer
Fixes
@am11
,@xzyfer
@saper
,@am11
@saper
@saper
Known issues
#857
)Thanks!
This release wouldn't be possible without the hard work of
@am11
,@andyshora
,@danielstjules
,@Jakobo
,@kevva
,@matryo
,@paulcpederson
,@saper
,@tomfuertes
,@wesleytodd
and@xzyfer
.Version 3.0.0
This is the 3.0.0-beta.7 release.
News
With this release the I (
@xzyfer
) have become the new project lead for node-sass. I want to thank@am11
and the previous projects for their incredible work making node-sass what it is. I can only hope to do their work justice.Installation
Changelog
Libsass
We've updated to latest libSass release.
Check out the 3.0.0-beta.6 changelog (
https://github.com/sass/libsass/releases/tag/3.2.0-beta.6
) for more information.Features
@xzyfer
,#872
)--quiet
CLI flag (@paulcpederson
,#841
)@paulcpederson
,#828
)@am11
,#697
)@xzyfer
,#874
)Bug fixed
render
(@saper
,#713
)@saper
,#856
)@andyshora
,#842
)outFile
(@am11
,#839
)@am11
,#837
)Known issues
#857
)#870
)Thanks!
This release wouldn't be possible without the hard work of
@am11
,@andyshora
,@paulcpederson
,@saper
, and@xzyfer
.Version 3.0.0
This release has been removed from npm due to release issue.
This has been superseded by v3.0.0-beta.7 (
https://github.com/sass/node-sass/releases/tag/v3.0.0-beta.7
)Version 3.0.0
Installation:
Changelog:
#670
.#833
.#821
.#832
.sourceMapRoot
option.#776
.#813
.#784
.#815
.--watch
flag Boolean by@wesleytodd
.#781
.#782
.--recursive
flag default to true by@wesleytodd
.#601
#782
.@saper
, This was previously removed due to the bug in npm.@tomfuertes
.Version 3.0.0
Installation:
From CLI:
Or in
package.json
:Changelog:
@matryo
Issue URL:#332
. PR URL:#644
.@am11
Issue URL:#682
, PR URL:#792
. Upstream PR URL:https://github.com/sass/libsass/pull/787.
#763
by@saper
, as it was causing issue withnpm publish
.Version 3.0.0
Installation:
From CLI:
Or in
package.json
:Note 1: This alpha version is not published to npm, but npm has the ability to figure out if you are requiring the GitHub release. For more information, see https://docs.npmjs.com/cli/install (keyword to search on page "commit-ish").
Note 2: You should have git in your PATH to be able to install GitHub tagged release via npm.
Changelog:
Build with unbundled LibSass.
#763
by@saper
. Fixes bug#769
, reported by@benpptung
.Version 3.0.0
@lennym
and@callumacrae
for reporting npm publishing issue at#758
.--watch
bug reported by@IGRACH
at#755
..gitattributes
, so publish issue from Windows don't happen again. Thanks@mgreter
for suggesting the idea.https://github.com/sass/node-sass/pull/760