putout 28.7.0 → 28.8.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 +12 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
2023.01.23, v28.8.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- package: @putout/processor-markdown v8.0.0
|
|
5
|
+
- @putout/processor-markdown: improve description
|
|
6
|
+
- @putout/processor-markdown: drop support of 🐊 < 28
|
|
7
|
+
- @putout/processor-markdown: ignore empty files
|
|
8
|
+
- @putout/eslint: add support of NO_ESLINT
|
|
9
|
+
- @putout/test: eslint: add support of UPDATE=1
|
|
10
|
+
- @putout/plugin-react-hook-form: add support of apply-clear-errors
|
|
11
|
+
- @putout/plugin-react-hook: add
|
|
12
|
+
|
|
1
13
|
2023.01.19, v28.7.0
|
|
2
14
|
|
|
3
15
|
fix:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.8.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",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"@putout/processor-ignore": "^3.0.0",
|
|
177
177
|
"@putout/processor-javascript": "^4.0.0",
|
|
178
178
|
"@putout/processor-json": "^5.0.0",
|
|
179
|
-
"@putout/processor-markdown": "^
|
|
179
|
+
"@putout/processor-markdown": "^8.0.0",
|
|
180
180
|
"@putout/processor-yaml": "^4.0.0",
|
|
181
181
|
"@putout/traverse": "^5.0.0",
|
|
182
182
|
"ajv": "^8.8.2",
|