- 18 Aug, 2015 1 commit
-
-
nan 2.0.1 required due to introduction of Nan::NewInstance(v8::Local<v8::Function)>, int, v8::Local<v8::Value>) constructor: https://github.com/nodejs/nan/commit/29450ed1670051613ffea9dd3f980f8685feceb4Marcin Cieslak authored
-
- 12 Aug, 2015 1 commit
-
-
Use Nan::To<Type> instead of ->ToType() to convert caller supplied objects in renderXXX functions. Verify that provided options, options.result and options.result.stats are all valid objects provided by the caller. Throw TypeException otherwise. Introduce low-level tests that invoke C++ function directly, without additional JavaScript wrappers.
Marcin Cieslak authored
-
- 09 Aug, 2015 4 commits
-
-
Marcin Cieslak authored
-
Marcin Cieslak authored
-
No need to have EscapableHandleScope, since local handle is not returned by the method - only assigned to an objects supplied by the caller.
Marcin Cieslak authored -
For bool, double, [u]int32_t there is no need to wrap a returned value in Nan::New() https://github.com/nodejs/nan/blob/master/doc/methods.md#api_nan_return_value
Marcin Cieslak authored
-
- 08 Aug, 2015 1 commit
-
-
The code has been updated to meet the requirements of the updated V8 engine as provided by io.js. In some cases additional EscapableHandleScope has been provided. SassValueWrapper<T>::New has been changed: in case of instance construction via the function call "sass.types.Color(0,0,0)" instead of "new sass.types.Color(0,0,0)" the "new" part is no longer executed by falling through. This should not be necessary because the constructor is called by the NewInstance call anyway. This fixes the following error: FATAL ERROR: v8::Object::SetAlignedPointerInInternalField() Internal field out of bounds
Marcin Cieslak authored
-
- 21 Jul, 2015 3 commits
-
-
Remove unused ctx_w
Michael Mifsud authored -
Marcin Cieslak authored
-
Provide nodeSassConfig hardcoded defaults
Michael Mifsud authored
-
- 13 Jul, 2015 2 commits
-
-
Don't launch npm in the PowerShell
Michael Mifsud authored -
Misc. updates
Michael Mifsud authored
-
- 11 Jul, 2015 4 commits
-
-
Updates troubleshooting guide.
Adeel authored -
The issue was fixed by rvagg/pangyp#5 and shipped with pangyp v2.0.
Adeel authored -
Adeel authored
-
Some private npm repositiories seem not to carry custom package.json properties around. Fixes: https://github.com/sass/node-sass/issues/1030
Marcin Cieslak authored
-
- 10 Jul, 2015 1 commit
-
-
Remove extra ',' in README
Marcin Cieślak authored
-
- 09 Jul, 2015 1 commit
-
-
Justin Fong authored
-
- 06 Jul, 2015 1 commit
-
-
There might be issues with running npm under PS, therefore let's run npm under CMD. https://github.com/sass/node-sass/issues/996 http://help.appveyor.com/discussions/problems/2347-npm-275prefer-global-warning-causes-failure-command-executed-with-exception#comment_37223989 https://github.com/npm/npm/issues/8517 Effectively reverts: https://github.com/sass/node-sass/pull/995
Marcin Cieslak authored
-
- 02 Jul, 2015 2 commits
-
-
Correct typeof reference in README
Keith Cirkel authored -
JavaScript's typeof operator returns "string" not "String" for string values and objects
Gerard Paapu authored
-
- 30 Jun, 2015 2 commits
-
-
Change "feth" -> "fetch" in extensions.js comment
Keith Cirkel authored -
Joe Lencioni authored
-
- 11 Jun, 2015 1 commit
-
-
Release 3.2.0
Michael Mifsud authored
-
- 10 Jun, 2015 5 commits
-
-
xzyfer authored
-
Bump Libsass to 3.2.5
Michael Mifsud authored -
xzyfer authored
-
Lock to npm@2.7.5 in AppVeyor
Michael Mifsud authored -
We need this in order work around an issue with npm https://github.com/npm/npm/issues/8517
xzyfer authored
-
- 21 May, 2015 1 commit
-
-
Release v3.1.2
Michael Mifsud authored
-
- 20 May, 2015 2 commits
-
-
xzyfer authored
-
Fix multi-file compile only writes to the last path when multiple files import a changed partial
Michael Mifsud authored
-
- 19 May, 2015 2 commits
-
-
Konstantin Kopachev authored
-
CLI: Adds source-map=directory support
Adeel Mujahid authored
-
- 18 May, 2015 2 commits
- 15 May, 2015 3 commits
-
-
Release v3.1.1
Michael Mifsud authored -
xzyfer authored
-
Fix ability to watch whole directory
Michael Mifsud authored
-
- 13 May, 2015 1 commit
-
-
xzyfer authored
-