putout 28.9.0 → 28.10.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.
Files changed (2) hide show
  1. package/ChangeLog +8 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,11 @@
1
+ 2023.01.29, v28.10.0
2
+
3
+ feature:
4
+ - package: @putout/plugin-remove-useless-conditions v3.0.0
5
+ - @putout/plugin-remove-useless-conditions: drop support of 🐊 < 28
6
+ - @putout/plugin-remove-useless-conditions: drop support of node < 16
7
+ - @putout/plugin-remove-useless-conditions: add evaluate
8
+
1
9
  2023.01.29, v28.9.0
2
10
 
3
11
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "28.9.0",
3
+ "version": "28.10.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",
@@ -146,7 +146,7 @@
146
146
  "@putout/plugin-remove-useless-array-entries": "^1.0.0",
147
147
  "@putout/plugin-remove-useless-array-from": "^2.0.0",
148
148
  "@putout/plugin-remove-useless-assign": "^1.0.0",
149
- "@putout/plugin-remove-useless-conditions": "^1.0.0",
149
+ "@putout/plugin-remove-useless-conditions": "^3.0.0",
150
150
  "@putout/plugin-remove-useless-constructor": "^1.0.0",
151
151
  "@putout/plugin-remove-useless-continue": "^1.0.0",
152
152
  "@putout/plugin-remove-useless-else": "^1.0.0",