putout 27.10.0 → 27.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ChangeLog +21 -0
- package/package.json +2 -2
- package/putout.json +5 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
2022.09.21, v27.12.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- putout: add yarn files to ignore
|
|
5
|
+
- @putout/test: processor: add ability to pass processorRunners
|
|
6
|
+
- @putout/engine-runner: improve support of passed processorRunners
|
|
7
|
+
|
|
8
|
+
2022.09.20, v27.11.0
|
|
9
|
+
|
|
10
|
+
fix:
|
|
11
|
+
- feature: @putout/processor-css: find()/() -> lint()
|
|
12
|
+
|
|
13
|
+
feature:
|
|
14
|
+
- @putout/processor-html: drop support of 🐊 < 27
|
|
15
|
+
- package: @putout/processor-css v6.0.0
|
|
16
|
+
- package: @putout/processor-css v6.0.0
|
|
17
|
+
- @putout/processor-css: drop support of 🐊 < 27
|
|
18
|
+
- @putout/processor-css: find()/fix() -> lint()
|
|
19
|
+
- @putout/engine-processor: add support of 'lint()' export in processors
|
|
20
|
+
- @putout/processor-css: disable selector-class-pattern
|
|
21
|
+
|
|
1
22
|
2022.09.20, v27.10.0
|
|
2
23
|
|
|
3
24
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.12.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
|
|
6
6
|
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"@putout/plugin-try-catch": "^1.0.0",
|
|
175
175
|
"@putout/plugin-typescript": "^3.0.0",
|
|
176
176
|
"@putout/plugin-webpack": "^1.0.0",
|
|
177
|
-
"@putout/processor-css": "^
|
|
177
|
+
"@putout/processor-css": "^6.0.0",
|
|
178
178
|
"@putout/processor-ignore": "^3.0.0",
|
|
179
179
|
"@putout/processor-javascript": "^4.0.0",
|
|
180
180
|
"@putout/processor-json": "^5.0.0",
|