This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
/
CHANGELOG
72 lines (72 loc) · 1.54 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
v0.9.0
date: 2017-09-10
changes:
- PostCSS 6.0
- Drop nodejs 0.12 support
- `processors` option as a function (PR #99)
v0.8.0
date: 2016-03-03
changes:
- Drop nodejs 0.10 support
v0.7.2
date: 2016-02-16
changes:
- Update Grunt dependency (#pull/86)
v0.7.1
date: 2015-11-06
changes:
- Fix #70
v0.7.0
date: 2015-10-21
changes:
- New `failOnError` option
- New `writeDest` option
- Better npm@3 flat dependencies compatibility
v0.6.0
date: 2015-08-23
changes:
- PostCSS 5.0
v0.5.5
date: 2015-07-12
changes:
- Handle async PostCSS API properly
v0.5.4
date: 2015-06-28
changes:
- Fix annotation URL for Windows
v0.5.3
date: 2015-06-25
changes:
- Fix annotation paths
v0.5.2
date: 2015-06-20
changes:
- Fix `annotation` option
v0.5.1
date: 2015-06-10
changes:
- Fix process hanging when no source files found
v0.5.0
date: 2015-06-07
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: 2015-05-04
changes:
- Pass PostCSS Runner Guidelines
v0.3.0:
date: 2015-01-18
changes:
- PostCSS 4.0
- Use a new PostCSS instance for each Grunt target (#12)
v0.2.0:
date: 2014-11-14
changes:
- PostCSS 3.0
- Maps now inline and containing sourcesContent by default
v0.1.0:
date: 2014-09-25
changes:
- First release