putout 28.8.0 → 28.9.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 +29 -0
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,32 @@
|
|
|
1
|
+
2023.01.29, v28.9.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- @putout/plugin-react-hook-form: v7-apply-form-state: exclude destructuring from formState
|
|
5
|
+
- @putout/plugin-react-hook-form: v7-apply-form-state: check for declarations
|
|
6
|
+
- @putout/compare: __jsx_attributes: multiple
|
|
7
|
+
- @putout/operate: extract: throw
|
|
8
|
+
- @putout/plugin-react-hook-form: trim trailing whitespaces
|
|
9
|
+
- @putout/processor-markdown: branch: empty
|
|
10
|
+
|
|
11
|
+
feature:
|
|
12
|
+
- package: @putout/plugin-webpack v2.0.0
|
|
13
|
+
- @putout/plugin-webpack: drop support of node < 16
|
|
14
|
+
- @putout/plugin-webpack: drop support of 🐊 < 28
|
|
15
|
+
- @putout/plugin-webpack: add apply-externals
|
|
16
|
+
- @putout/plugin-react-hook-form: v7-apply-form-state: add support of couple properties destructuring
|
|
17
|
+
- @putout/plugin-react-hook-form: add v7-apply-form-state
|
|
18
|
+
- @putout/plugin-react-hook-form: add version number
|
|
19
|
+
- @putout/plugin-react-hook-form: convert-form-context-to-form-provider: add support of attributes
|
|
20
|
+
- @putout/plugin-react-hook-form: convert-form-context-to-form-provider: add
|
|
21
|
+
- @putout/plugin-convert-as-to-render: add support of JSXSpreadAttribute
|
|
22
|
+
- @putout/plugin-react-hook-form: add convert-trigger-to-trigger-validation
|
|
23
|
+
- @putout/plugin-react-hook-form: convert-as-to-render: use __jsx_attributes: shorten code
|
|
24
|
+
- @putout/compare: __jsx_attributes: add support of any count
|
|
25
|
+
- @putout/compare: add support of __jsx_attributes
|
|
26
|
+
- @putout/operate: extract: add support of JSXAttribute
|
|
27
|
+
- @putout/plugin-react-hook-form: convert-as-to-render: report
|
|
28
|
+
- @putout/plugin-react-hook-form: add convert-as-to-render
|
|
29
|
+
|
|
1
30
|
2023.01.23, v28.8.0
|
|
2
31
|
|
|
3
32
|
feature:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.9.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",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@putout/plugin-tape": "^9.0.0",
|
|
172
172
|
"@putout/plugin-try-catch": "^1.0.0",
|
|
173
173
|
"@putout/plugin-typescript": "^3.0.0",
|
|
174
|
-
"@putout/plugin-webpack": "^
|
|
174
|
+
"@putout/plugin-webpack": "^2.0.0",
|
|
175
175
|
"@putout/processor-css": "^6.0.0",
|
|
176
176
|
"@putout/processor-ignore": "^3.0.0",
|
|
177
177
|
"@putout/processor-javascript": "^4.0.0",
|