All notable changes to this project will be documented in this file.
- yargs@^7.0.0 (@alan-agius4, #84)
- scss-tokenizer@^0.2.3 (@xzyfer)
- Babel runtime error messages (@xzyfer, #76 #77)
- scss-tokenizer@^0.2.1 (@xzyfer)
- Babel runtime error messages (@STRML, #76 #77)
- scss-tokenizer@^0.2.0
- Replace
@import
regexes with scss-tokenizer (@xzyfer, #68) - Add support for the old indented (
.sass
) syntax (@xzyfer, #31) - Add an option to follow symbolic links (@ludwiktrammer, #74)
- Replaces deprecated
fs.existsSync
(@martinheidegger, #29)
- Significantly clean up test suite (@xzyfer, #69)
- yargs@^6.6.0
- mocha@^3.2.0
- Remove non-essential files from npm package (@jorrit, #48)
- Update yargs to version 4.7.1 (@greenkeeperio-bot, #46)
- Update glob to version 7.0.0 (@greenkeeperio-bot, #36)
- Don't add directory
@import
s to graph - @niksy
- Update to lodash 4 - @nightwolfz
- Fixed directories with extensions being treated as files - @niksy
- Fixed tests for Windows - @pleunv
.sass
files are not included in the graph by default. Use the-e .sass
flag.
- Configurable file extensions - @dannymidnight, @xzyfer
- Prioritize cwd when resolving load paths - @schnerd
- Added test for prioritizing cwd when resolving load paths - @xzyfer
- Add support for indented syntax - @vegetableman
- Add support for custom imports - @kevin-smets
- Only strip extension for css, scss, sass files - @nervo
- Added a test for nested imports - @kevin-smets
- Replace incorrect usage of
for..in
loops with simplefor
loops
- Don't iterate over inherited object properties
- Handle errors in the visitor
Initial stable release