Skip to content

Commit

Permalink
chore: putout: v35.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jun 13, 2024
1 parent 38d16c3 commit 2bb5f3a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/putout/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
2024.06.13, v35.35.0

feature:
- 288584b98 @putout/plugin-convert-const-to-let: add support of FunctionDeclaration
- 25d9ab194 putout: @putout/plugin-convert-const-to-let v2.0.0
- 25239610b @putout/plugin-convert-const-to-let: drop support of 🐊 < 35
- 92ffc3ad2 @putout/plugin-convert-const-to-let: for-of, for-in
- 66d06887c @putout/plugin-minify: merge-variables: for-of
- 8ac6ec73a @putout/compare: vars: Literal -> StringLiteral
- 7d870d9a1 @putout/plugin-minify: mangle-names: exclude export
- ecca64aab @putout/plugin-minify: merge-variables: duplicate declaration
- 82952059e @putout/plugin-minify: merge-variables: check previous of each var (putoutjs/minify#18)
- 015e801f3 @putout/plugin-minify: merge-variables: check that previous node is var
- 6237e2741 root: c8 v10.0.0
- a3ae58d50 eslint-plugin-putout: add-newline-before-return: exclude ReturnStatement that is first element of BlackStatement
- 7cdb80133 @putout/plugin-minify: convert-const-to-var: exclude ForStatement (putoutjs/minify#20)
- bba017fc8 @putout/plugin-remove-unused-variables: add support of ArrayPattern inside ExportNamedDeclaration (putoutjs/minify#22)

2024.06.10, v35.34.1

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "35.34.1",
"version": "35.35.0",
"type": "commonjs",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json",
Expand Down

0 comments on commit 2bb5f3a

Please sign in to comment.