putout 29.3.0 → 29.4.1

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 +25 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,28 @@
1
+ 2023.05.03, v29.4.1
2
+
3
+ feature:
4
+ - 28d0f1b4e package: @putout/plugin-apply-template-literals v2.0.0
5
+ - 17b92de5f @putout/plugin-apply-termplate-literlas: drop support of 🐊 < 29
6
+ - 88bb5cac1 @putout/plugin-apply-template-literals: add support of CallExpression inside TemplateLiteral
7
+
8
+ 2023.04.28, v29.4.0
9
+
10
+ fix:
11
+ - 3b614c780 @putout/engine-runner: do not recreate missing 'node' in 'path' because it used to determine existense of path in AST
12
+
13
+ feature:
14
+ - 092c82fb3 package: @putout/engine-runner v16.0.0
15
+ - 8a82eec71 package: @putout/engine-parser v6.0.0
16
+ - 47cb1135d @putout/printer: apply-linebreak: add support of 'indent()', 'write.indent()'
17
+ - 57f285618 @putout/printer: apply-breakline: add support of 'indent()', 'write.indent()'
18
+ - cfb86c9f6 @putout/plugin-react-hooks: remove-react: add
19
+ - 398d0a694 @putout/plugin-putout: improve support of replace-test-message: value -> value, raw
20
+ - 06d07106f @putout/processor-html: use @putout/printer
21
+ - 01888d82d @putout/processor-html: drop support of 🐊 < 29
22
+ - faa704f38 package: @putout/processor-css v7.0.0
23
+ - be7d5da48 @putout/plugin-remove-unused-variables: use @putout/printer
24
+ - a9864ff23 @putout/plugin-remove-unused-variables: improve support of RestElement in ObjectPattern of AssignmentPattern
25
+
1
26
  2023.04.25, v29.3.0
2
27
 
3
28
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "29.3.0",
3
+ "version": "29.4.1",
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",
@@ -55,7 +55,7 @@
55
55
  "@putout/engine-loader": "^8.0.0",
56
56
  "@putout/engine-parser": "^6.0.0",
57
57
  "@putout/engine-processor": "^7.0.0",
58
- "@putout/engine-runner": "^15.0.0",
58
+ "@putout/engine-runner": "^16.0.0",
59
59
  "@putout/eslint": "^2.0.0",
60
60
  "@putout/formatter-codeframe": "^4.0.0",
61
61
  "@putout/formatter-dump": "^4.0.0",
@@ -75,7 +75,7 @@
75
75
  "@putout/plugin-apply-early-return": "^2.0.0",
76
76
  "@putout/plugin-apply-flat-map": "^2.0.0",
77
77
  "@putout/plugin-apply-optional-chaining": "^3.0.0",
78
- "@putout/plugin-apply-template-literals": "^1.0.0",
78
+ "@putout/plugin-apply-template-literals": "^2.0.0",
79
79
  "@putout/plugin-browserlist": "^1.0.0",
80
80
  "@putout/plugin-conditions": "^1.0.0",
81
81
  "@putout/plugin-convert-apply-to-spread": "^3.0.0",