Skip to content

Commit 7c4c33e

Browse files
committed
chore(package) v12.4.0
1 parent 14c2cbd commit 7c4c33e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

packages/putout/ChangeLog

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2020.12.14, v12.4.0
2+
3+
feature:
4+
- (package) @putout/processor-markdown v3.0.0
5+
- (package) @putout/engine-processor v2.5.0
6+
- (@putout/engine-processor) add ability to await process, preProcess and postProcess
7+
- (@putout/processor-markdown) use async unified API
8+
- (@putout/processor-markdown) speed up with help of cache: 2m16.072s -> 2m0.965
9+
- (@putout/plugin-tape) switch-expected-with-result: add ability to switch all assertions with expected, not only with result
10+
- (eslint-plugin-putout) single-property-destructuring: add support of RestElement
11+
- (@putout/plugin-tape) add convert-tape-to-supertape
12+
13+
114
2020.12.09, v12.3.0
215

316
fix:

packages/putout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "putout",
3-
"version": "12.3.0",
3+
"version": "12.4.0",
44
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
55
"description": "the pluggable code transformer",
66
"homepage": "http://github.com/coderaiser/putout",

0 commit comments

Comments
 (0)