Releases: coderaiser/putout
Releases · coderaiser/putout
putout v11.7.1
feature
- (putout) cli: move out ignores: process-file -> index
- (@putout/engine-processor) add process
- (@putout/processor-markdown) add ability to lint markdown files with remark-lint
putout v11.7.0
feature
- (@putout/engine-processor) add process
- (@putout/processor-markdown) add ability to lint markdown files with remark-lint
putout v11.6.0
feature
- (@putout/engine-loader) add ability to override rules from top
- (putout) ignore: add .nyc_output
- (eslint-plugin-putout) markdown: add @babel/eslint-parser
putout v11.5.0
feature
- (putout) add ability to get extensions from processors before getting file names
- (@putout/engine-processor) add getExtensions
- (@putout/processor-javascript) move in extensions
- (eslint-plugin-putout) long-properties-destructuring: 10 -> 15
putout v11.4.0
feature
- (putout) read options before getting file list: speed up: 1m12s -> 1m8s
putout v11.3.0
feature
- (putout) add support of typescript in markdown files
- (@putout/processor-markdown) add support of typescript
- (eslint-plugin-putout) markdown: add support of typescript
- (eslint-plugin-putout) markdown: disable node/no-unsupported-features/node-builtins
putout v11.2.2
feature
- (package) @putout/plugin-strict-mode v2.0.0
- (putout) @babel/parser 7.12.5
putout v11.2.1
fix
- (putout) eslint: rm useless memo
feature
- (package) @putout/engine-runner v9.0.0
- (@putout/engine-runner) drop support of node < 12
- (package) @putout/traverse v3.0.0
- (package) @putout/compare v6.0.0
- (package) @putout/engine-parser v3.0.0
- (@putout/traverse) drop support of node < 12
- (@putout/traverse) @putout/compare v6.0.0
- (@putout/engine-runner) @putout/compare v6.0.0
- (@putout/compare) drop support of node < 12
- (@putout/compare) @putout/engine-parser v3.0.0
- (@putout/engine-runner) @putout/engine-parser v3.0.0
- (@putout/engine-loader) @putout/engine-parser v3.0.0
- (@putout/engine-parser) drop support of node < 12
- (@putout/engine-parser) rm parse.fresh -> parse: rm memo
putout v11.2.0
feature
- (putout) formatter: show an error when can't load formatter
- (@putout/formatter-memory) add
- (putout) speed up lint with cache: readFile: every time -> only when needed
- (eslint-plugin-putout) json: no-mulsti-spaces: off
putout v11.1.3
fix
- (putout) eslint: null -> crash/parser (when can't parse)