v0.1.0
Improved comment parsing
CSS style comments (
/* */
) are allow interpolants (#{$foo}
),
and disallow everything else.
See #5
Improved Node support
Remove some old dependencies that no long worked with Node >= 4 (b40c729) and test against more Node engines in travis (79dd087).
Add tests
Begin the test suite. It's still rudimentary (a87c091).
Remove undocumented git submodule
The sass-spec suite was being submoduled in for the tests. They have recently created an npm package we're now using that (50c21ea).