putout 29.1.11 → 29.1.13

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 +21 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,24 @@
1
+ 2023.04.01, v29.1.13
2
+
3
+ feature:
4
+ - 959aa22e0 package: @putout/plugin-logical-expressions v2.0.0
5
+ - 6a608aaf3 @putout/plugin-logical-expressions: drop support of 🐊 < 29
6
+ - 4bc538c94 @putout/plugin-logical-expressions: simplify: add suport of not equal negation
7
+
8
+ 2023.04.01, v29.1.12
9
+
10
+ fix:
11
+ - 5dfaf00cc @putout/test: write source fixture
12
+
13
+ feature:
14
+ - 332aac4ae putout: @putout/plugin-extract-object-properties v9.0.0
15
+ - c25364a05 2putout/plugin-extract-object-properties: report
16
+ - 993f8d41e @putout/plugin-extract-object-property: drop support of 🐊 < 29
17
+ - b60725045 @putout/plugin-extract-object-properties: not-equal-deep: replace with Identifier -> ObjectProperty
18
+ - caa806cde @putout/test: add ability to update source fixtures
19
+ - 217d34d10 @putout/operator-add-args: improve support of FunctionDeclaration pattern
20
+ - d7492eda8 @putout/plugin-remove-empty: argument: add support of ObjectMethod
21
+
1
22
  2023.03.30, v29.1.11
2
23
 
3
24
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.1.11",
3
+ "version": "29.1.13",
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",
@@ -98,12 +98,12 @@
98
98
  "@putout/plugin-declare-before-reference": "^2.0.0",
99
99
  "@putout/plugin-declare-imports-first": "^2.0.0",
100
100
  "@putout/plugin-eslint": "^5.0.0",
101
- "@putout/plugin-extract-object-properties": "^8.0.0",
101
+ "@putout/plugin-extract-object-properties": "^9.0.0",
102
102
  "@putout/plugin-extract-sequence-expressions": "^3.0.0",
103
103
  "@putout/plugin-for-of": "^1.0.0",
104
104
  "@putout/plugin-github": "^4.0.0",
105
105
  "@putout/plugin-gitignore": "^3.0.0",
106
- "@putout/plugin-logical-expressions": "^1.0.0",
106
+ "@putout/plugin-logical-expressions": "^2.0.0",
107
107
  "@putout/plugin-madrun": "^15.0.0",
108
108
  "@putout/plugin-math": "^2.0.0",
109
109
  "@putout/plugin-maybe": "^1.0.0",