UNPKG

1.5 kBMarkdownView Raw
1# Changes to PostCSS Tape
2
3### 5.0.0 (May 16, 2019)
4
5- Updated: Node 8+ compatibility (major)
6- Fixed: Better support warnings and errors
7
8### 4.0.0 (December 22, 2018)
9
10- Changes the nested `postcss-plugin: { "test-name": {} }` with
11`{ "test-name": {} }`.
12- Supports a `--ci true` mode for full logging
13
14I’ve rewritten the plugin in less lines of code and hopefully more clearly.
15I had a lot of trouble following the old version, so it’s very hard to know
16what changes there are. I also accidentally published an incompatible version,
17so version 3 is skipped for 4.
18
19### 2.2.0 (November 2, 2017)
20
21- Added: New `processOptions` option for controlling the PostCSS process
22
23### 2.1.0 (September 16, 2017)
24
25- Added: New `plugin` methods for specifying alternative plugin(s)
26- Added: Support for running all tests even if some fail
27
28### 2.0.1 (May 9, 2017)
29
30- Updated: Travis compatibility
31
32### 2.0.0 (May 8, 2017)
33
34- Added: Node v4.x compatibility
35- Added: Sequential testing
36- Added: New `before` and `after` methods
37- Added: New `source`, `expect`, and `result` overrides
38
39### 1.3.0 (December 14, 2016)
40
41- Added: Check errors with `RegExp`
42
43### 1.2.1 (December 14, 2016)
44
45- Updated: Throw existing error
46- Updated: Run `after` even if test fails
47
48### 1.2.0 (December 14, 2016)
49
50- Added: Expected `error` option
51- Added: `after` command to run option
52
53### 1.1.0 (December 8, 2016)
54
55- Added: Support `plugins#process` with separate arguments
56
57### 1.0.1 (December 6, 2016)
58
59- Added: Initial version