-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
517 lines (334 loc) · 8.81 KB
/
ChangeLog
File metadata and controls
517 lines (334 loc) · 8.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
2026.04.09, v5.4.2
fix:
- 8d232e6 @putout/babel: dependencies
feature:
- 0fb7b22 @putout/babel: typescript v6.0.2
2026.03.27, v5.4.1
feature:
- 5e3a216 parseClass typings cleanup
2026.03.17, v5.4.0
feature:
- e1c228b @putout/babel: babel v8.0.0-rc.3
- 5911c66 @putout/babel: eslint-plugin-putout v31.1.1
- 9b1ff8d @putout/babel: rollup-plugin-visualizer v7.0.1
2026.03.13, v5.3.6
feature:
- 05acf38 remove Import from the Expression alias
2026.03.08, v5.3.5
feature:
- 14c8001 add locations option to parser
2026.03.06, v5.3.4
fix:
- aa9ef54 npmignore
2026.03.06, v5.3.3
feature:
- 794a76f improve trailing comma comment handling
2026.03.01, v5.3.2
feature:
- 83ab6be @putout/babel: eslint v10.0.2
- 7b885bb @putout/babel: putout v42.0.23
- 906c578 @putout/babel: madrun v13.0.0
- 6c07843 @putout/babel: superc8 v12.1.2
- e645355 async x => {} must be in leading pos
2026.02.23, v5.3.1
fix:
- 5ca1dae TypeScript parser failing on async calls in ternary consequent
2026.02.15, v5.3.0
feature:
- ef12c0a babel v8.0.0-rc.2
2026.02.15, v5.2.14
fix:
- b0d4f30 properly handle await in finally
2026.02.14, v5.2.13
fix:
- d0b93a7 preserve trailing comma in optional call args
2026.02.05, v5.2.12
feature:
- 5f6ebd5 @putout/babel: remove deprecated default export from @babel/code-frame
2026.02.02, v5.2.11
feature:
- d37928b @putout/babel: styleText in browser
2026.02.01, v5.2.10
feature:
- b13c758 @putout/babel: clean up unused error message
2026.01.31, v5.2.9
feature:
- 592f429 babel v8.0.0-rc.1
2026.01.31, v5.2.8
feature:
- 0b9fb71 replace picocolors with node:util.styleText() in @babel/code-frame
2026.01.30, v5.2.7
feature:
- b6af59e cleanup optional AST checks
2026.01.28, v5.2.6
feature:
- 415c024 babel: remove smart pipeline support
2026.01.24, v5.2.5
feature:
- 4920a78 @putout/babel: update
2026.01.23, v5.2.4
fix:
- 5806fae @putout/babel: improve parentheses rule of conditional
2026.01.17, v5.2.3
feature:
- 1f536e2 @putout/babel: update
2026.01.16, v5.2.2
feature:
- 378d7a1 update babel
2026.01.12, v5.2.1
feature:
- 065be25 @putout/babel: madrun v12.1.0
- 6c1616f @putout/babel: putout v41.7.0
- c231992 @putout/babel: supertape v12.0.12
- e48677b @putout/babel: globals v17.0.0
- bcf7565 @putout/babel: eslint-plugin-putout v29.4.0
- 8feac46 @putout/babel: @types/node v25.0.6
2026.01.10, v5.2.0
feature:
- 6eafdb0 @putout/babel: Drop support for TS module <identifier>
2026.01.04, v5.1.2
fix:
- 174fba6 @putout/babel: rm useColors
2026.01.04, v5.1.1
fix:
- 54d5452 @putout/babel: rm imports
2026.01.04, v5.1.0
feature:
- 816b059 @putout/babel: migrate to ESM since node can require(esm)
2025.12.20, v5.0.7
feature:
- c58c79d @putout/babel: Ensure parseExpression with tokens: true returns the exported tokens
- 0d3bce4 @putout/babel: add build:babel
2025.12.19, v5.0.6
feature:
- ea115b7 @putout/babel: rename blacklist option
2025.12.15, v5.0.5
feature:
- 3fcb997 babel: https://github.com/babel/babel/pull/17643
2025.12.08, v5.0.4
fix:
- 0926989 babel: obug: enabled
2025.12.08, v5.0.3
fix:
- a097bbc rules: useColors
2025.12.08, v5.0.2
feature:
- dedffbb @putout/bundle: rm obug
2025.12.05, v5.0.1
feature:
- c763771 @putout/babel: remove Babel 7 from the codebase
2025.11.28, v5.0.0
feature:
- 43f77d2 @putout/babel: Rename TSImportType.argument to .source
2025.11.27, v4.5.7
feature:
- 01c481d @putout/babel: improve traverse types
2025.11.16, v4.5.6
fix:
- 45fb532 npmignore: metafile-cjs.json
2025.11.16, v4.5.5
feature:
- 11a0146 @putout/babel: Improve Unicode handling in code-frame tokenizer (babel/babel/#17589)
2025.11.12, v4.5.4
feature:
- 03659e4 @putout/babel: appy-duplicate-declaration
2025.11.12, v4.5.3
feature:
- af29a09 @putout/babel: decrease bundle size
2025.11.12, v4.5.2
feature:
- 4287a8f @putout/babel: decrease bundle size: rm supports_color
2025.11.12, v4.5.1
feature:
- 5c2b49d babel: decrease bundle size: no babel 8 check
2025.11.11, v4.5.0
feature:
- 631ac12 @putout/babel: Babel v8 beta 3 (babel/babel#17568)
2025.09.20, v4.4.3
fix:
- 2e7682c npmignore: add bundle/metafile-cjs.json
2025.09.20, v4.4.2
feature:
- a6e15a7 babel: rules: remove-flow
2025.09.15, v4.4.1
fix:
- 2f10274 @putout/babel: debug
2025.09.15, v4.4.0
feature:
- 8508b9d @putout/babel: rm debug
2025.09.09, v4.3.0
feature:
- e60bc97 @putout/babel: decrease bundle size: rm flow
- 25496a7 @putout/babel: remove-flow: add
2025.09.05, v4.2.0
feature:
- 8813074 @putout/babel: babel v8.0.0-beta.2
- 50ee230 @putout/babel: eslint-plugin-putout v28.0.5
2025.07.03, v4.1.1
feature:
- f15f3f1 madrun: tsup: target: es2020
2025.07.02, v4.1.0
feature:
- b232b1b @putout/babel: babel v8.0.0-beta.1 (egoist/tsup#1352)
- 786b359 @putout/babel: @types/node v24.0.10
2025.05.31, v4.0.1
fix:
- 058fa0f package: versions
2025.05.31, v4.0.0
feature:
- f143ca9 @putout/babel: drop support of node < 20
- bae053b @putout/babel: supertape v11.1.2
- 72c9b57 @putout/babel: putout v40.2.7
- bdfe327 @putout/babel: madrun v11.0.2
- 448f536 @putout/babel: globals v16.2.0
- ba6a69c @putout/babel: eslint-plugin-putout v27.0.0
- 21a5a4b @putout/babel: check-dts v0.9.0
- 7be3a24 @putout/babel: @babel/types v7.27.3
- 4a0e065 @putout/babel: @babel/traverse v7.27.4
- 91bba13 @putout/babel: @babel/template v7.27.2
- 6adb8d8 @putout/babel: @babel/parser v7.27.4
- 5be2b51 @putout/babel: @babel/generator v7.27.3
- 9e05ec2 @putout/babel: @babel/code-frame v7.27.1
2025.03.11, v3.2.0
feature:
- 930a7df @putout/babel: babel ^8.0.0-alpha.17
2025.02.15, v3.1.1
fix:
- 3bfa2cc test:dts
2025.02.14, v3.1.0
feature:
- 1b9fd7d @putout/babel: v8.0.0-alpha.16
2025.01.11, v3.0.0
feature:
- 611aa7a @putout/babel: babel.alpha-15
- a5d0ebe @putout/babel: drop support of node < 18
2024.12.18, v2.10.2
feature:
- 26d1473 @putout/babel: dts
- 547c54f @putout/babel: putout v37.2.0
2024.12.08, v2.10.1
fix:
- 2c8e7c0 revert babel v8 alpha 14
2024.12.08, v2.10.0
feature:
- 8fa3a47 @putout/babel: @types/node v22.10.1
- 0e1e371 babel v8 alpha 14
2024.10.26, v2.9.0
feature:
- 80480e5 @putout/babel: 8.0.0-alpha.13
- ff1188c @putout/babel: @rollup/plugin-commonjs v28.0.1
- dbab01e @putout/babel: @rollup/plugin-replace v6.0.1
- 270d786 @putout/babel: putout v36.10.0
- 5f5f1df @putout/babel: eslint-plugin-putout v23.1.0
2024.07.26, v2.8.0
feature:
- 9608c31 @babel/parser: 8.0.0-alpha.12
2024.07.01, v2.7.0
feature:
- 9d82fe1 @putout/babel: c8 v10.1.2
- 05a143d @putout/babel: eslint-plugin-n v17.9.0
- 2d9709b babel v8.0.0-alpha.11
2024.06.04, v2.6.0
feature:
- 74e647e babel v8.0.0-alpha.10
2024.06.03, v2.5.0
feature:
- 3d472fb @putout/babel: 8.0.0-alpha.9
- 2f1458f @putout/babel: check-dts v0.8.0
- 61f2ea2 @putout/babel: eslint v9.4.0
2024.04.04, v2.4.0
feature:
- 00bc46e @putout/babel: globals v15.0.0
2024.02.28, v2.3.0
feature:
- 41a6d6d @putout/babel: 8.0.0-alpha.7
- dcccd5b @putout/babel: globals v14.0.0
- b4b1c8e @putout/babel: putout v35.5.1
2024.01.29, v2.2.0
feature:
- 3907a1e @putout/babel: supertape v10.0.0
- 21dee87 @putout/babel: rollup-plugin-node-externals v7.0.0
- 0f4998a @putout/babel: c8 v9.1.0
2023.12.18, v2.1.0
feature:
- 8c54fa5 @putout/babel: target: s5
2023.12.11, v2.0.0
feature:
- 4655e40 Revert "Revert "babel v8-aplha.5""
2023.12.11, v1.6.1
feature:
- ed63b7f Revert "babel v8-aplha.5"
2023.12.11, v1.6.0
feature:
- c974c00 @putout/babel: supertape v9.0.0
- 684a752 @putout/babel: rollup-plugin-polyfill-node v0.13.0
- ac91443 @putout/babel: rollup v4.8.0
- 54969f7 @putout/babel: tsup v8.0.1
- e25973a @putout/babel: madrun v10.0.0
- 1caf245 @putout/babel: putout v34.0.5
- 87387f4 @putout/babel: eslint-plugin-putout v22.0.0
- 34d6caa babel v8-aplha.5
2023.10.18, v1.5.5
feature:
- 1320db3 types: generate
- 069b26a types: template
2023.10.18, v1.5.4
fix:
- dec586c type
feature:
- ecf9942 types: traverse
- b763376 types: codeFrameColumns
2023.10.18, v1.5.3
fix:
- fc362e4 dts
2023.10.18, v1.5.2
fix:
- 706eeac drop dts
2023.10.18, v1.5.1
fix:
- 975fa69 rm useless
2023.10.18, v1.5.0
fix:
- 601eb30 module-type
2023.10.18, v1.4.0
feature:
- f119f20 add types
2023.10.12, v1.3.0
feature:
- ceb9180 package: eslint-plugin-putout v20.0.0
- 31f16e7 Babel v8.0.0-alpha.4
2023.09.26, v1.2.2
fix:
- 98b0bec navigator
2023.09.26, v1.2.1
fix:
- e4f17d1 bundle
2023.09.26, v1.2.0
feature:
- accb23f package: babel 8 alpha.3
2023.08.09, v1.1.1
fix:
- 51eb2f3 versions
2023.08.09, v1.1.0
feature:
- 088fee4 package: @babel/code-frame v7.22.10
- 212934a package: @babel/generator v7.22.10
- de5b6c2 package: @babel/parser v7.22.10
- c2b4a67 package: @babel/template v7.22.5
- 9d00a53 package: @babel/traverse v7.22.10
- d44d056 package: @babel/types v7.22.10
2023.08.04, v1.0.5
fix:
- 36b095a @putout/babel: template
2023.08.04, v1.0.4
fix:
- 0b40df5 @putout/babel: generate
2023.08.03, v1.0.3
fix:
- 045ff4d @putout/babel: traverse
2023.08.03, v1.0.2
fix:
- 6bc33d0 @putout/babel: bundle
2023.08.03, v1.0.1
fix:
- d9fed9b build