Skip to content

Commit

Permalink
chore(package) v18.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Jul 6, 2021
1 parent 40d8ca7 commit d85b43d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/putout/ChangeLog
@@ -1,3 +1,21 @@
2021.07.06, v18.4.0

fix:
- (@putout/compare) isTemplate: returns: number -> boolean


feature:
- (@putout/engine-runner) add ability to exclude node by type
- (@putout/plugin-convert-bitwise-to-logical) add
- (@putout/compare) compare: add support of node types
- (package) jscodeshift v0.13.0
- (@putout/engine-loader) add support of plugins loaded with ESM (#61)
- (@putout/plugin-remove-boolean-from-assertions) report: Should be avoided -> Avoid
- (@putout/plugin-remove-boolean-from-assertion) exclude assertion with false
- (putout) add ability to use as loader (https://github.com/coderaiser/putout#using-putout-as-loader)



2021.06.26, v18.3.0

feature:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "18.3.0",
"version": "18.4.0",
"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 d85b43d

Please sign in to comment.