putout 25.4.0 → 25.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 +9 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,12 @@
1
+ 2022.03.08, v25.4.1
2
+
3
+ feature:
4
+ - (package) @putout/plugin-convert-quotes-to-backticks v2.0.0
5
+ - (@putout/plugin-convert-quotes-to-backticks) drop support of putout < 25
6
+ - (@putout/plugin-convert-quotes-to-backticks) add support of double backslash (xtermjs/xterm.js#3674)
7
+ - (@putout/plugin-regexp) remove-useless-group: exclude match (xtermjs/xterm.js#3674)
8
+
9
+
1
10
  2022.03.08, v25.4.0
2
11
 
3
12
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "25.4.0",
3
+ "version": "25.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 and babel plugins support of js, jsx typescript, flow files, markdown, yaml and json",
@@ -97,7 +97,7 @@
97
97
  "@putout/plugin-convert-math-pow": "^4.0.0",
98
98
  "@putout/plugin-convert-mock-require-to-mock-import": "^2.0.0",
99
99
  "@putout/plugin-convert-object-assign-to-merge-spread": "^5.0.0",
100
- "@putout/plugin-convert-quotes-to-backticks": "^1.0.0",
100
+ "@putout/plugin-convert-quotes-to-backticks": "^2.0.0",
101
101
  "@putout/plugin-convert-template-to-string": "^1.0.0",
102
102
  "@putout/plugin-convert-to-arrow-function": "^3.0.0",
103
103
  "@putout/plugin-convert-typeof-to-is-type": "^2.0.0",