putout 37.7.2 β†’ 37.8.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 +17 -0
  2. package/package.json +2 -2
package/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ 2024.12.28, v37.8.1
2
+
3
+ feature:
4
+ - 2b9ac61dc putout: @putout/plugin-math v3.0.0
5
+
6
+ 2024.12.28, v37.8.0
7
+
8
+ feature:
9
+ - 9610ca481 @putout/plugin-putout-config: apply-esm: convert-assert-to-with
10
+ - 93cd1c4d9 @putout/plugin-esm: merge convert-assert-to-with
11
+ - 15fbf4b80 putout: @putout/plugin-math v2.1.0
12
+ - 3257753d2 @putout/plugin-putout: remove-useless-printer-option: add
13
+ - bda76d72c @putout/plugin-math: remove-unchanged-zero-declaration: exclude exported
14
+ - ef9aa4e43 @putout/plugin-math: drop support of 🐊 < 37
15
+ - f543239ca @putout/plugin-math: remove-unchanged-zero-declarations: add
16
+ - 4c1bcf1dd @putout/test: add ability to use other linter instead of 🐊Putout
17
+
1
18
  2024.12.26, v37.7.2
2
19
 
3
20
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "37.7.2",
3
+ "version": "37.8.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",
@@ -124,7 +124,7 @@
124
124
  "@putout/plugin-labels": "^1.0.0",
125
125
  "@putout/plugin-logical-expressions": "^7.0.0",
126
126
  "@putout/plugin-madrun": "^19.0.0",
127
- "@putout/plugin-math": "^2.0.0",
127
+ "@putout/plugin-math": "^3.0.0",
128
128
  "@putout/plugin-maybe": "^2.0.0",
129
129
  "@putout/plugin-merge-destructuring-properties": "^10.0.0",
130
130
  "@putout/plugin-merge-duplicate-functions": "^2.0.0",