Initial commit
[yaffs-website] / node_modules / sass-graph / CHANGELOG.md
1 # Change Log
2 All notable changes to this project will be documented in this file.
3
4 ## [next]
5 ### Features
6
7 ### Fixes
8
9 ### Tests
10
11 ## [2.1.2]
12 ### Fixes
13
14 - Remove non-essential files from npm package (@jorrit, #48)
15 - Update yargs to version 4.7.1 (@greenkeeperio-bot, #46)
16 - Update glob to version 7.0.0 (@greenkeeperio-bot, #36)
17
18 ## [2.1.1]
19 ### Fixes
20
21 - Don't add directory `@import`s to graph - [@niksy](https://github.com/niksy)
22
23 ## [2.1.0]
24 ### Features
25
26 - Update to lodash 4 - [@nightwolfz](https://github.com/nightwolfz)
27
28 ### Fixes
29
30 - Fixed directories with extensions being treated as files - [@niksy](https://github.com/niksy)
31
32 ## [2.0.1]
33 ### Fixes
34 - Fixed tests for Windows - [@pleunv](https://github.com/pleunv)
35
36 ## [2.0.0]
37 ### BREAKING CHANGES
38 - `.sass` files are not included in the graph by default. Use the `-e .sass` flag.
39
40 ### Features
41 - Configurable file extensions - [@dannymidnight](https://github.com/dannymidnight), [@xzyfer](https://github.com/xzyfer)
42
43 ### Fixes
44 - Prioritize cwd when resolving load paths - [@schnerd](https://github.com/schnerd)
45
46 ### Tests
47 - Added test for prioritizing cwd when resolving load paths - [@xzyfer](https://github.com/xzyfer)
48
49 ## [1.3.0]
50 ### Features
51 - Add support for indented syntax - [@vegetableman](https://github.com/vegetableman)
52
53 ## [1.2.0]
54 ### Features
55 - Add support for custom imports - [@kevin-smets](https://github.com/kevin-smets)
56
57 ## [1.1.0] - 2015-03-18
58 ### Fixes
59 - Only strip extension for css, scss, sass files - [@nervo](https://github.com/nervo)
60
61 ## [1.0.4] - 2015-03-03
62 ### Tests
63 - Added a test for nested imports - [@kevin-smets](https://github.com/kevin-smets)
64
65 ## [1.0.3] - 2015-02-02
66 ### Fixes
67 - Replace incorrect usage of `for..in` loops with simple `for` loops
68
69 ## [1.0.2] - 2015-02-02
70 ### Fixes
71 - Don't iterate over inherited object properties
72
73 ## [1.0.1] - 2015-01-05
74 ### Fixes
75 - Handle errors in the visitor
76
77 ## [1.0.0] - 2015-01-05
78
79 Initial stable release