Skip to content

Commit

Permalink
chore(package) v18.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 3, 2021
1 parent c585c5b commit e2ce60b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions packages/putout/ChangeLog
@@ -1,3 +1,20 @@
2021.08.03, v18.9.1

fix:
- (putout) strict-mode/add on empty ts files
- (@putout/plugin-putout) check-replace-code: false positive on empty result


feature:
- (@putout/plugin-convert-commonjs-to-esm) require: add support of "undefined" as argument of "require"
- (package) estrace v2.1.0
- (@putout/plugin-putout) check-replace-code: add support of __array, __object
- (@putout/compare) add support of same empty strings
- (@putout/compare) add support of top-level linked nodes
- (@putout/plugin-cli-validate-args) rm unused mock-require



2021.07.30, v18.9.0

fix:
Expand Down
2 changes: 1 addition & 1 deletion packages/putout/package.json
@@ -1,6 +1,6 @@
{
"name": "putout",
"version": "18.9.0",
"version": "18.9.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 e2ce60b

Please sign in to comment.