Skip to content

Commit

Permalink
chore(package) v22.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Dec 2, 2021
1 parent 1c188b4 commit 7f95872
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions packages/putout/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2021.12.02, v22.4.0

feature:
- (putout) add env variable PUTOUT_CONFIG_FILE
- (eslint-plugin-putout) ts: add extension rules
- (eslint-plugin-putout) ts: enable @typescript-eslint/type-annotation-spacing
- (eslint-plugin-putout) safe: add remove-useless-arguments
- (eslint-plugin-putout) tape-remove-newline-before-t-end: add support of case when no assertions found before t.end()
- (eslint-plugin-putout) ts: disable: ban-types, no-explicit-any, no-empty-function
- (package) eslint-plugin-putout v12.0.0
- (eslint-plugin-putout) drop support of putout < 22
- (eslint-plugin-putout) add first class support of typescript
- (eslint-plugin-putout) improve support of add-newline-{before,after}-function-call
- (@putout/plugin-remove-empty-pattern) add support of nested ArrayPattern


2021.12.01, v22.3.4

fix:
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": "22.3.4",
"version": "22.4.0",
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
"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",
"homepage": "http://github.com/coderaiser/putout",
Expand Down

0 comments on commit 7f95872

Please sign in to comment.