putout 28.10.0 → 28.11.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 +11 -0
- package/README.md +1 -0
- package/package.json +3 -2
- package/putout.json +1 -0
package/ChangeLog
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
2023.01.30, v28.11.0
|
|
2
|
+
|
|
3
|
+
feature:
|
|
4
|
+
- package: @putout/plugin-apply-flat-map v2.0.0
|
|
5
|
+
- @putout/plugin-apply-template-literals: add
|
|
6
|
+
- @putout/plugin-putout: check-replace-code: add support of __identifier__a
|
|
7
|
+
- @putout/compare: comparators: add support of TemplateElements
|
|
8
|
+
- @putout/compare: improve compare of template literals
|
|
9
|
+
- @putout/plugin-apply-flat-map: drop support of 🐊 < 28
|
|
10
|
+
- @putout/compare: improve support of template literals
|
|
11
|
+
|
|
1
12
|
2023.01.29, v28.10.0
|
|
2
13
|
|
|
3
14
|
feature:
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "28.
|
|
3
|
+
"version": "28.11.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",
|
|
@@ -75,10 +75,11 @@
|
|
|
75
75
|
"@putout/plugin-apply-comparison-order": "^1.0.0",
|
|
76
76
|
"@putout/plugin-apply-destructuring": "^5.0.0",
|
|
77
77
|
"@putout/plugin-apply-early-return": "^2.0.0",
|
|
78
|
-
"@putout/plugin-apply-flat-map": "^
|
|
78
|
+
"@putout/plugin-apply-flat-map": "^2.0.0",
|
|
79
79
|
"@putout/plugin-apply-if-condition": "^1.0.0",
|
|
80
80
|
"@putout/plugin-apply-is-array": "^3.0.0",
|
|
81
81
|
"@putout/plugin-apply-optional-chaining": "^2.0.0",
|
|
82
|
+
"@putout/plugin-apply-template-literals": "^1.0.0",
|
|
82
83
|
"@putout/plugin-browserlist": "^1.0.0",
|
|
83
84
|
"@putout/plugin-convert-apply-to-spread": "^3.0.0",
|
|
84
85
|
"@putout/plugin-convert-arguments-to-rest": "^1.0.0",
|