putout 20.4.0 → 20.5.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 +28 -0
  2. package/package.json +3 -3
package/ChangeLog CHANGED
@@ -1,3 +1,31 @@
1
+ 2021.09.25, v20.5.0
2
+
3
+ fix:
4
+ - (@putout/test) leack of plugins used in `t.transform()`
5
+ - (@putout/plugin-tape) apply-with-name: not declared
6
+ - (@putout/plugin-declare-undefined-variables) get back record, to have eslint-plugin-putout support
7
+
8
+ feature:
9
+ - (package) @putout/compare v8.0.0
10
+ - (package) @putout/traverse v4.0.0
11
+ - (@putout/traverse) drop support of node < 14
12
+ - (package) @putout/compare v8.0.0
13
+ - (package) @putout/compare v8.0.0
14
+ - (package) @putout/compare v8.0.0
15
+ - (@putout/compare) getTemplateValues: add validation of input
16
+ - (@putout/plugin-tape) add remove-useless-t-end
17
+ - (@putout/plugin-putout) declare: add addTemplateValues
18
+ - (@putout/plugin-tape) add-t-end
19
+ - (@putout/plugin-declare-undefined-variables) add support of once
20
+ - (@putout/plugin-putout) declare add precalculated json with types (@putout/plugin-declare-undefined-variables v4.0.0)
21
+ - (@putout/plugin-declare-undefined-variables) add fs/promises
22
+ - (@putout/plugin-declare-undefined-variables) add support of noop
23
+ - (@putout/plugin-declare-undefined-variables) simplify declarations
24
+ - (@putout/plugin-tape) add sync-with-name
25
+ - (@putout/plugin-tape) add apply-with-name
26
+ - (@putout/plugin-declare-undefined-variables) add support of Object.defineProperty
27
+
28
+
1
29
  2021.09.22, v20.4.0
2
30
 
3
31
  feature:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "putout",
3
- "version": "20.4.0",
3
+ "version": "20.5.0",
4
4
  "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
5
5
  "description": "🐊 Pluggable and configurable code transformer with built-in eslint, babel plugins and jscodeshift codemods support of js, jsx typescript, flow files, markdown, yaml and json",
6
6
  "homepage": "http://github.com/coderaiser/putout",
@@ -49,7 +49,7 @@
49
49
  "@putout/cli-match": "^1.0.0",
50
50
  "@putout/cli-ruler": "^1.0.0",
51
51
  "@putout/cli-validate-args": "^1.0.0",
52
- "@putout/compare": "^7.0.0",
52
+ "@putout/compare": "^8.0.0",
53
53
  "@putout/engine-loader": "^4.0.0",
54
54
  "@putout/engine-parser": "^4.0.0",
55
55
  "@putout/engine-processor": "^4.0.0",
@@ -172,7 +172,7 @@
172
172
  "@putout/processor-json": "^3.0.0",
173
173
  "@putout/processor-markdown": "^5.0.0",
174
174
  "@putout/processor-yaml": "^2.0.0",
175
- "@putout/traverse": "^3.0.0",
175
+ "@putout/traverse": "^4.0.0",
176
176
  "chalk": "^4.0.0",
177
177
  "ci-info": "^3.1.1",
178
178
  "debug": "^4.1.1",