putout 25.8.0 → 25.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 +18 -2
- package/package.json +2 -2
package/ChangeLog
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
2022.03.22, v25.9.0
|
|
2
|
+
|
|
3
|
+
fix:
|
|
4
|
+
- (@putout/plugin-extract-object-properties) equal-deep: rm useless isIdentifier check
|
|
5
|
+
- (@putout/engine-runner) uplist: clear
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
feature:
|
|
9
|
+
- (package) @putout/plugin-remove-useless-type-conversion v2.0.0
|
|
10
|
+
- (@putout/plugin-remove-useless-type-conversion) drop support of 🐊 < 25
|
|
11
|
+
- (@putout/plugin-remove-useless-type-convertion) merge @putout/plugin-remove-double-negations
|
|
12
|
+
- (@putout/plugin-remove-double-negations) drop support of 🐊 < 25
|
|
13
|
+
- (@putout/plugin-remove-double-negations) "Double negation should not be used in conditions" -> "Avoid using double negations in conditions"
|
|
14
|
+
- (@putout/plugin-extract-object-properties) not-equal-deep: apply 🦎PutoutScript
|
|
15
|
+
- (@putout/plugin-extract-object-properties) not-equal-deep: apply listStore
|
|
16
|
+
- (@putout/engine-runner) traverse: ☝️ add ability to validate path
|
|
17
|
+
|
|
18
|
+
|
|
1
19
|
2022.03.20, v25.8.0
|
|
2
20
|
|
|
3
21
|
fix:
|
|
@@ -4731,8 +4749,6 @@ fix:
|
|
|
4731
4749
|
- (@putout/engine-parser) rm unused export to getParser
|
|
4732
4750
|
- (@putout/engine-parser) custom-parser: rm unused isObject check
|
|
4733
4751
|
- (@putout/apply-optional-chaining) function support
|
|
4734
|
-
- chore(@putout/plugin-remove-useless-spread) fixture
|
|
4735
|
-
- chore(@putout/plugin-remove-double-negations) fixture
|
|
4736
4752
|
- (@putout/compare) extract expression
|
|
4737
4753
|
- (@putout/plugin-apply-top-level-await) rm unused check
|
|
4738
4754
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "putout",
|
|
3
|
-
"version": "25.
|
|
3
|
+
"version": "25.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 and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
"@putout/plugin-remove-useless-return": "^4.0.0",
|
|
154
154
|
"@putout/plugin-remove-useless-spread": "^5.0.0",
|
|
155
155
|
"@putout/plugin-remove-useless-template-expressions": "^1.0.0",
|
|
156
|
-
"@putout/plugin-remove-useless-type-conversion": "^
|
|
156
|
+
"@putout/plugin-remove-useless-type-conversion": "^2.0.0",
|
|
157
157
|
"@putout/plugin-remove-useless-typeof": "^1.0.0",
|
|
158
158
|
"@putout/plugin-remove-useless-variables": "^6.0.0",
|
|
159
159
|
"@putout/plugin-reuse-duplicate-init": "^3.0.0",
|