forked from nDmitry/grunt-autoprefixer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
74 lines (74 loc) · 1.84 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
v3.0.0:
date: 2015-04-03
changes:
- Abort Grunt on exceptions caught from external modules. Fix #92 and #93
- Sourcemap `annotation` option now accepts string paths (#105)
- Less verbose output in standard mode, `silent` option is no longer needed (#101)
- io.js support
v2.2.0:
date: 2015-01-17
changes:
- Autoprefixer 5.0
v2.1.0:
date: 2014-12-31
changes:
- New `safe` option
v2.0.0:
date: 2014-11-14
changes:
- Autoprefixer 4.0
- Maps now inline and containing sourcesContent by default
- New `remove` option to control outdated prefixes cleaning (`true` by default)
v1.0.1:
date: 2014-08-23
changes:
- Autoprefixer 3.0.
- Use new autoprefixer-core package designed for plugins.
v1.0.0:
date: 2014-08-05
changes:
- New ‘silent’ option to suppress logging to stdout
- Diff files now created with .diff extension by default
v0.8.2:
date: 2014-07-18
changes:
- Use the caret operator for Autoprefixer's version.
v0.8.1:
date: 2014-06-30
changes:
- Autoprefixer 2.1.
v0.8.0:
date: 2014-06-26
changes:
- Autoprefixer 2.0.
- New map option object notation.
- Visual cascade is enabled by default.
v0.7.6:
date: 2014-06-22
changes:
- Autoprefixer 1.3.
v0.7.5:
date: 2014-06-10
changes:
- Autoprefixer 1.2.
v0.7.4:
date: 2014-06-06
changes:
- #45: Let users have both grunt-autoprefixer and autoprefixer NPM packages installed.
v0.7.3:
date: 2014-04-27
changes:
- #42: A warning message if no sources are found.
v0.7.2:
date: 2014-02-24
changes:
- New colorized terminal output.
- Drop node.js 0.8 support.
v0.7.1:
date: 2014-02-20
changes:
- #31: `cascade` option support.
v0.7.0:
date: 2014-02-19
changes:
- #30: Autoprefixer 1.1 support.