putout 40.5.2 → 40.6.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 +18 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,21 @@
1
+ 2025.08.16, v40.6.0
2
+
3
+ fix:
4
+ - 0ecbe9720 @putout/plugin-regexp: optimize: exclude RegExp with slash (DmitrySoshnikov/regexp-tree#273)
5
+
6
+ feature:
7
+ - 51588604c putout: @putout/operator-regexp v2.0.0
8
+ - 114aeec46 @putout/plugin-putout: transformRegExp: add
9
+ - f026eb3b8 @putout/plugin-regexp: remove-useless-regexp: transformRegExp
10
+ - 056a8dce0 @putout/plugin-regexp: remove-useless-group: transformRegExp
11
+ - d3e9731de @putout/plugin-regexp: remove-duplicates-from-character-class: add
12
+ - 53a2dd161 @putout/operator-regexp: transformRegExp: add
13
+ - a33f11522 @putout/operator-regexp: transformRegExp: add
14
+ - ad17b375e @putout/engine-reporter: @putout/formatter-progress v6.0.1
15
+ - a1dfa278d @putout/plugin-regexp: apply-character-class: exclude not escaped
16
+ - 9bdb516dd @putout/plugin-regexp: apply-character-class: escaped
17
+ - 41e9fe2aa @putout/plugin-regexp: apply-character-class: add
18
+
1
19
  2025.08.13, v40.5.2
2
20
 
3
21
  fix:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "40.5.2",
3
+ "version": "40.6.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",
@@ -85,7 +85,7 @@
85
85
  "@putout/operator-keyword": "^2.0.0",
86
86
  "@putout/operator-match-files": "^9.0.0",
87
87
  "@putout/operator-parens": "^2.0.0",
88
- "@putout/operator-regexp": "^1.0.0",
88
+ "@putout/operator-regexp": "^2.0.0",
89
89
  "@putout/operator-rename-files": "^5.0.0",
90
90
  "@putout/plugin-apply-arrow": "^3.0.0",
91
91
  "@putout/plugin-apply-at": "^2.0.0",