1 | # Changes to PostCSS Pseudo Class Any Link
|
---|
2 |
|
---|
3 | ### 6.0.0 (September 17, 2018)
|
---|
4 |
|
---|
5 | - Updated: Support for PostCSS v7+
|
---|
6 | - Updated: Support for Node v6+
|
---|
7 | - Updated: PostCSS Selector Parser 5.0.0-rc.3 (major)
|
---|
8 |
|
---|
9 | ### 5.0.0 (May 7, 2018)
|
---|
10 |
|
---|
11 | - Updated: `postcss-selector-parser` to v4.0.0 (major)
|
---|
12 | - Updated: `postcss` to v6.0.22 (patch)
|
---|
13 | - Changed: Preserves `:any-link` by default
|
---|
14 |
|
---|
15 | ### 4.0.0 (May 10, 2017)
|
---|
16 |
|
---|
17 | - Added: Support for PostCSS v6
|
---|
18 | - Added: Support for Node v4
|
---|
19 | - Removed: `prefix` option, as that would be non-spec
|
---|
20 |
|
---|
21 | ### 3.0.1 (December 8, 2016)
|
---|
22 |
|
---|
23 | - Updated: Use destructing assignment on plugin options
|
---|
24 | - Updated: Use template literals
|
---|
25 |
|
---|
26 | ### 3.0.0 (December 5, 2016)
|
---|
27 |
|
---|
28 | - Updated: boilerplate conventions (Node v6.9.1 LTS)
|
---|
29 |
|
---|
30 | ### 1.0.0 (September 1, 2015)
|
---|
31 |
|
---|
32 | - Updated: PostCSS 5
|
---|
33 | - Updated: Develop dependencies
|
---|
34 | - Updated: ESLint configuration
|
---|
35 |
|
---|
36 | ### 0.3.0 (June 16, 2015)
|
---|
37 |
|
---|
38 | - Added: Support for complex uses
|
---|
39 | - Added: Code documentation
|
---|
40 | - Changed: Coding conventions
|
---|
41 |
|
---|
42 | ### 0.2.1 (June 16, 2015)
|
---|
43 |
|
---|
44 | - Fixed: postcss-selector-parser is included as a dependency
|
---|
45 |
|
---|
46 | ### 0.2.0 (June 15, 2015)
|
---|
47 |
|
---|
48 | - Changed: use postcss-selector-parser
|
---|
49 |
|
---|
50 | ### 0.1.1 (June 14, 2015)
|
---|
51 |
|
---|
52 | Initial release
|
---|