From 7f95872cdfbb6561d01ce410396f3697d7e3be8e Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 2 Dec 2021 22:12:51 +0200 Subject: [PATCH] chore(package) v22.4.0 --- packages/putout/ChangeLog | 16 ++++++++++++++++ packages/putout/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/packages/putout/ChangeLog b/packages/putout/ChangeLog index 6dfd28b94..8c7af32ed 100644 --- a/packages/putout/ChangeLog +++ b/packages/putout/ChangeLog @@ -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: diff --git a/packages/putout/package.json b/packages/putout/package.json index b249c8395..268ef47ad 100644 --- a/packages/putout/package.json +++ b/packages/putout/package.json @@ -1,6 +1,6 @@ { "name": "putout", - "version": "22.3.4", + "version": "22.4.0", "author": "coderaiser (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",