Skip to content

Commit

Permalink
chore: putout: v37.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jan 20, 2025
1 parent 2226743 commit d3b27ca
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions packages/putout/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2025.01.20, v37.17.0

feature:
- 2226743e0 putout: @putout/plugin-conditions v7.0.0
- 058352358 @putout/plugin-conditions: remove-undefined: remove
- c5292d422 @putout/plugin-types: convert-typeof-to-is-type: equal undefined
- cd74412f7 @putout/processor-css: improve output
- 61133cc20 @putout/plugin-vitest: add
- 54f1b7f9b @putout/plugin-extract-keywords-from-variables: if
- ff0c02ac1 @putout/plugin-apply-fixture-name-to-message: only
- d4b1905c1 @putout/plugin-convert-const-to-let: no assign
- 2b9c660ec @putout/plugin-extract-keywords-from-variables: add support of literals
- 324ad3384 @putout/engine-loader: esm.sh
- 58d40dd86 @putout/plugin-apply-arrow: exclude long lines
- a27a1883f @putout/plugin-convert-const-to-let: exclude const, let, var
- b8b19a49a @putout/plugin-extract-keywords-from-variables: report
- 114a9a397 @putout/plugin-putout: apply-fixture-name-to-message: exclude partial
- 6c760cd53 @putout/engine-laoder: when rule name same as used in config use state of it
- 679ed2bab @putout/plugin-declare-template-variables: add
- 48ed56374 @putout/plugin-putout: apply-vars: add
- c1e3c4004 @putout/plugin-extract-keywords-from-variables: add support of import, let, var
- 4896496fb @putout/plugin-for-of: remove-useless-variables: exclude nested ObjectPatterns
- 9b1f6a050 @putout/plugin-extract-keywords-from-variables: switch places of paths

2025.01.17, v37.16.0

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": "37.16.0",
"version": "37.17.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 d3b27ca

Please sign in to comment.