You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
					
						
							2.7 KiB
						
					
					
				
			
		
		
	
	
							2.7 KiB
						
					
					
				Change Log
All notable changes to this project will be documented in this file.
[next]
Features
Fixes
Tests
[2.2.4]
Dependencies
- yargs@^7.0.0 (@alan-agius4, #84)
 
[2.2.3]
Dependencies
- scss-tokenizer@^0.2.3 (@xzyfer)
 
[2.2.2]
Fixes
Dependencies
- scss-tokenizer@^0.2.1 (@xzyfer)
 
[2.2.1]
Fixes
Dependencies
- scss-tokenizer@^0.2.0
 
[2.2.0]
Features
- Replace 
@importregexes with scss-tokenizer (@xzyfer, #68) - Add support for the old indented (
.sass) syntax (@xzyfer, #31) - Add an option to follow symbolic links (@ludwiktrammer, #74)
 
Fixes
- Replaces deprecated 
fs.existsSync(@martinheidegger, #29) 
Tests
Dependencies
- yargs@^6.6.0
 - mocha@^3.2.0
 
[2.1.2]
Fixes
- 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)
 
[2.1.1]
Fixes
- Don't add directory 
@imports to graph - @niksy 
[2.1.0]
Features
- Update to lodash 4 - @nightwolfz
 
Fixes
- Fixed directories with extensions being treated as files - @niksy
 
[2.0.1]
Fixes
- Fixed tests for Windows - @pleunv
 
[2.0.0]
BREAKING CHANGES
.sassfiles are not included in the graph by default. Use the-e .sassflag.
Features
- Configurable file extensions - @dannymidnight, @xzyfer
 
Fixes
- Prioritize cwd when resolving load paths - @schnerd
 
Tests
- Added test for prioritizing cwd when resolving load paths - @xzyfer
 
[1.3.0]
Features
- Add support for indented syntax - @vegetableman
 
[1.2.0]
Features
- Add support for custom imports - @kevin-smets
 
[1.1.0] - 2015-03-18
Fixes
- Only strip extension for css, scss, sass files - @nervo
 
[1.0.4] - 2015-03-03
Tests
- Added a test for nested imports - @kevin-smets
 
[1.0.3] - 2015-02-02
Fixes
- Replace incorrect usage of 
for..inloops with simpleforloops 
[1.0.2] - 2015-02-02
Fixes
- Don't iterate over inherited object properties
 
[1.0.1] - 2015-01-05
Fixes
- Handle errors in the visitor
 
[1.0.0] - 2015-01-05
Initial stable release