We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442f6dc commit 57cbd10Copy full SHA for 57cbd10
2 files changed
CHANGELOG.md
@@ -2,6 +2,11 @@
2
This project uses major version number for PostCSS,
3
minor for adding/removing tests, and patch for fixes.
4
5
+## 8.7
6
+* Moved `jsonify()` from `string` to `object`.
7
+* Moved `eachTest()`from `string` to `object` in `json` argument.
8
+* Added `source.end` for `Root`.
9
+
10
## 8.6
11
* Removed Habr.com real tests because of often 404 error.
12
package.json
@@ -1,6 +1,6 @@
1
{
"name": "postcss-parser-tests",
- "version": "8.6.0",
+ "version": "8.7.0",
"description": "Base tests for every PostCSS CSS parser",
"keywords": [
"postcss",
0 commit comments