forked from nDmitry/grunt-postcss
-
Notifications
You must be signed in to change notification settings - Fork 7
/
CHANGELOG
158 lines (157 loc) · 3.56 KB
/
CHANGELOG
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
v3.1.1
date: 03-11-2021
changes:
- Switch to picocolors
- Code improvements
v3.1.0
date: 11-10-2021
changes:
- Move to the grunt logging API
- General code improvements
v3.0.1
date: 13-04-2021
changes:
- Fix ability to catch grunt errors
v3.0.0
date: 19-09-2020
changes:
- Updated to PostCSS 8 (Note PostCSS is now a peerDependency you must install yourself)
- Drop support for NodeJS 8, 11 and 13
v2.0.4
date: 12-05-2020
changes:
- Updated PostCSS to 7.0.31
- Fix logging of source map output (thanks @jorrit)
v2.0.3
date: 12-05-2020
changes:
- Updated PostCSS to 7.0.30
- Remove kleur dependency
- Fix some logs not showing
v2.0.2
date: 15-04-2020
changes:
- Updated PostCSS to 7.0.27
- Updated diff to 4.0.2
v2.0.1
date: 17-12-2019
changes:
- Updated PostCSS to 7.0.24
v2.0.0
date: 08-11-2019
changes:
- Updated PostCSS to 7.0.21
- Updated kleur to 3.0.3
- Requires Node 8.x or above
v1.0.9
date: 05-07-2019
changes:
- Updated Grunt to 1.0.4
- Updated time-grunt to 4.0.0
- Updated load-grunt-tasks to 5.0.0
- Updated autoprefixer example to prevent deprecated warning
v1.0.8
date: 13-02-2019
changes:
- Updated PostCSS to 7.0.14
- Updated Kleur to 3.0.2
- Updated cssnano to 4.1.9
v1.0.7
date: 18-01-2019
changes:
- Updated PostCSS to 7.0.13
v1.0.6
date: 14-01-2019
changes:
- Updated PostCSS to 7.0.11
- Replaced Chalk dependency with Kleur
v1.0.5
date: 08-01-2019
changes:
- Updated dependencies. Mainly postcss to v7.0.8
v1.0.4
date: 02-01-2019
changes:
- Fix source file size display (thanks @axten)
v1.0.3
date: 05-12-2018
changes:
- Add support to synchronously process CSS files (thanks @VitaliyR)
- Fix documentation (thanks @jorrit)
v1.0.0 - v1.0.2
date: 22-11-2018
changes:
- PostCSS 7.0.6
- Drop NodeJS 0.x and 4.x
v0.9.0
date: 10-09-2017
changes:
- PostCSS 6.0
- Drop nodejs 0.12 support
- `processors` option as a function (PR #99)
v0.8.0
date: 03-03-2016
changes:
- Drop nodejs 0.10 support
v0.7.2
date: 16-02-2016
changes:
- Update Grunt dependency (#pull/86)
v0.7.1
date: 06-11-2015
changes:
- Fix #70
v0.7.0
date: 21-10-2015
changes:
- New `failOnError` option
- New `writeDest` option
- Better npm@3 flat dependencies compatibility
v0.6.0
date: 23-08-2015
changes:
- PostCSS 5.0
v0.5.5
date: 12-07-2015
changes:
- Handle async PostCSS API properly
v0.5.4
date: 28-06-2015
changes:
- Fix annotation URL for Windows
v0.5.3
date: 25-06-2015
changes:
- Fix annotation paths
v0.5.2
date: 20-06-2015
changes:
- Fix `annotation` option
v0.5.1
date: 10-06-2015
changes:
- Fix process hanging when no source files found
v0.5.0
date: 07-06-2015
changes:
- PostCSS `safe` option support
- Less verbose output in standard mode, `silent` option is removed
- Log no source files found, not fail
v0.4.0
date: 04-05-2015
changes:
- Pass PostCSS Runner Guidelines
v0.3.0:
date: 18-01-2015
changes:
- PostCSS 4.0
- Use a new PostCSS instance for each Grunt target (#12)
v0.2.0:
date: 14-11-2014
changes:
- PostCSS 3.0
- Maps now inline and containing sourcesContent by default
v0.1.0:
date: 25-09-2014
changes:
- First release