.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / postcss-reporter / CHANGELOG.md
1 # Changelog
2
3 ## 5.0.0
4
5 - Move PostCSS from `peerDependencies` to `dependencies`.
6 - Drop support for Node 0.12.
7
8 ## 4.0.0
9
10 - Upgrade to PostCSS v6. (If you still use PostCSS v5, stick with v3 until you can upgrade your PostCSS.)
11 - Switched PostCSS to a peer dependency.
12
13 ## 3.0.0
14
15 - Replace `clearMessages` option with `clearReportedMessages` and `clearAllMessages`.
16
17 ## 2.0.0
18
19 - Only log warning messages (`type: "warning"`) by default.
20
21 ## 1.4.1
22 - Add `filter` option.
23 - Add blacklist functionality to `plugins` option with `!` prefix`.
24
25 ## 1.3.3
26 - Fix regression that caused positions from sources without incoming sourcemaps not to be logged.
27
28 ## 1.3.2
29 - Find more accurate positions of preprocessed files with sourcemaps.
30
31 ## 1.3.1
32 - Fix Windows path bug.
33
34 ## 1.3.0
35 - Check individual messages for distinct sources, then group messages by those sources,
36   instead of always using the PostCSS Result's source.
37 - Output empty string from `formatter` if there are no messages, instead of `undefined`.
38
39 ## 1.2.1
40 - Handle variable and absent input sources.
41
42 ## 1.2.0
43 - Add `noIcon` and `noPlugin` options to both reporter and formatter.
44
45 ## 1.1.0
46 - Use PostCSS 5's line/column properties on warnings, instead of relying on the source node.
47
48 ## 1.0.0
49 - Upgrade to PostCSS 5.
50
51 ## 0.4.0
52 - Add `positionless` option (to both the reporter and the formatter), with default value `"first"`.
53 - Cleaner npm install (files specified in `package.json`).
54
55 ## 0.3.1
56 - Remove leftover debugging log statement.
57
58 ## 0.3.0
59 - Add `sortByPosition` option (to both the reporter and the formatter), with default value `true`.
60
61 ## 0.2.0
62 - Alter `defaultFormatter` to use warning symbol and not repeat `# postcss-reporter`.
63
64 ## 0.1.0
65 - First release.