-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Bump LibSass to version 3.4.8 - Bump spec-tests to latest master
- Loading branch information
Showing
8 changed files
with
20 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
CSS::Sass (3.4.10) | ||
|
||
* Bumped libsass version to latest 3.4 stable branch (3.4.8) | ||
* Workaround windows bug with fork and Encode | ||
* Allow env variables to configure install | ||
* Add Filesys::Notify::Simple dependency | ||
* Skip spec test with invalid utf8 output | ||
* Replace List::MoreUtils with List::Util | ||
* Replace File::Slurp with own implementation | ||
* Fix watchdog dependency detection | ||
|
||
-- Marcel Greter <[email protected]> Fri, 12 Jan 2018 03:01:32 +0200 | ||
|
||
CSS::Sass (3.4.9) | ||
|
||
* Bumped libsass version to latest 3.4 stable branch (3.4.7) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,5 +68,5 @@ | |
"url" : "https://github.com/sass/perl-libsass" | ||
} | ||
}, | ||
"version" : "v3.4.9" | ||
"version" : "v3.4.10" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libsass
updated
35 files
+1 −1 | script/ci-install-compiler | |
+2 −2 | script/ci-install-deps | |
+0 −48 | script/replace-range-for-loops.md | |
+0 −57 | script/replace-range-for-loops.pl | |
+22 −20 | src/ast.cpp | |
+20 −14 | src/ast.hpp | |
+3 −3 | src/bind.cpp | |
+4 −4 | src/check_nesting.cpp | |
+1 −1 | src/color_maps.cpp | |
+5 −8 | src/context.cpp | |
+19 −19 | src/debugger.hpp | |
+19 −1 | src/emitter.cpp | |
+4 −0 | src/emitter.hpp | |
+11 −0 | src/error_handling.cpp | |
+1 −0 | src/error_handling.hpp | |
+18 −23 | src/eval.cpp | |
+19 −12 | src/expand.cpp | |
+12 −13 | src/extend.cpp | |
+10 −6 | src/file.cpp | |
+11 −72 | src/functions.cpp | |
+5 −1 | src/inspect.cpp | |
+8 −0 | src/lexer.hpp | |
+1 −1 | src/output.cpp | |
+31 −6 | src/parser.cpp | |
+4 −1 | src/parser.hpp | |
+3 −3 | src/plugins.cpp | |
+5 −0 | src/position.cpp | |
+1 −0 | src/position.hpp | |
+2 −2 | src/remove_placeholders.cpp | |
+1 −1 | src/sass_util.cpp | |
+2 −2 | src/source_map.cpp | |
+2 −2 | src/subset_map.cpp | |
+1 −1 | src/to_c.cpp | |
+4 −4 | src/util.cpp | |
+1 −1 | src/values.cpp |