Skip to content

Commit

Permalink
chore(package) v11.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Nov 26, 2020
1 parent 11c6186 commit cb4e4b1
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions packages/putout/ChangeLog
@@ -1,3 +1,26 @@
2020.11.26, v11.10.1

fix:
- (eslint-plugin-putout) markdown: disable no-prototype-builtins
- (putout) json: disable apply-numeric-separators
- (putout) json: disable remove-useless-escape
- (eslint-plugin-putout) markdown: add sourceType

feature:
- (putout) md: disable convert-binary-expressions-to-boolean, remove-constant-conditions
- (eslint-plugin-putout) markdown: disable no-constant-condition
- (@putout/engine-processor) add ablity to not provide startLine
- (@putout/plugin-travis) add disable-cache
- (@putout/codemod-remove-legacy-from-gitignore) add
- (eslint-plugin-putout) markdown: add top-level-await support
- (eslint-plugin-putout) markdown: disable quote-props
- (eslint-plugin-putout) markdown: add @babel/plugin-syntax-class-properties
- (package) @putout/processor-json v2.0.0
- (package) @putout/processor-json v2.0.0
- (@putout/engine-runner) replace: add support of options
- (@putout/plugin-regexp) simplify -> optimize


2020.11.23, v11.10.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "11.10.0",
"version": "11.10.1",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "the pluggable code transformer",
"homepage": "http://github.com/coderaiser/putout",
Expand Down

0 comments on commit cb4e4b1

Please sign in to comment.