Blame view

node_modules/sass-graph/CHANGELOG.md 2.69 KB
aaac7fed   liuqimichale   add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
  # 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
  
  - Babel runtime error messages (@xzyfer, #76 #77)
  
  ### Dependencies
  
  - scss-tokenizer@^0.2.1 (@xzyfer)
  
  ## [2.2.1]
  ### Fixes
  
  - Babel runtime error messages (@STRML, #76 #77)
  
  ### Dependencies
  
  - scss-tokenizer@^0.2.0
  
  ## [2.2.0]
  ### Features
  
  - Replace `@import` regexes with [scss-tokenizer](https://www.npmjs.com/package/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
  
  - Significantly clean up test suite (@xzyfer, #69)
  
  ### 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 `@import`s to graph - [@niksy](https://github.com/niksy)
  
  ## [2.1.0]
  ### Features
  
  - Update to lodash 4 - [@nightwolfz](https://github.com/nightwolfz)
  
  ### Fixes
  
  - Fixed directories with extensions being treated as files - [@niksy](https://github.com/niksy)
  
  ## [2.0.1]
  ### Fixes
  - Fixed tests for Windows - [@pleunv](https://github.com/pleunv)
  
  ## [2.0.0]
  ### BREAKING CHANGES
  - `.sass` files are not included in the graph by default. Use the `-e .sass` flag.
  
  ### Features
  - Configurable file extensions - [@dannymidnight](https://github.com/dannymidnight), [@xzyfer](https://github.com/xzyfer)
  
  ### Fixes
  - Prioritize cwd when resolving load paths - [@schnerd](https://github.com/schnerd)
  
  ### Tests
  - Added test for prioritizing cwd when resolving load paths - [@xzyfer](https://github.com/xzyfer)
  
  ## [1.3.0]
  ### Features
  - Add support for indented syntax - [@vegetableman](https://github.com/vegetableman)
  
  ## [1.2.0]
  ### Features
  - Add support for custom imports - [@kevin-smets](https://github.com/kevin-smets)
  
  ## [1.1.0] - 2015-03-18
  ### Fixes
  - Only strip extension for css, scss, sass files - [@nervo](https://github.com/nervo)
  
  ## [1.0.4] - 2015-03-03
  ### Tests
  - Added a test for nested imports - [@kevin-smets](https://github.com/kevin-smets)
  
  ## [1.0.3] - 2015-02-02
  ### Fixes
  - Replace incorrect usage of `for..in` loops with simple `for` loops
  
  ## [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