Skip to content

putout v22.0.0

Choose a tag to compare

@coderaiser coderaiser released this 10 Nov 16:54
· 12944 commits to master since this release

☣️ BREAKING CHANGE ☣️

image

Preoccupied with a single leaf, you won't see the tree.
Preoccupied with a single tree, you'll miss the entire forest.

(c) Takuan Soho

@putout/plugin-apply-filter-boolean is removed from default installation, since @putout/plugin-remove-useless-functions does all the same thing and much more 🎉 !

If you had apply-filter-boolean disabled, all you have to do is:

{
    "rules": {
-        "apply-filter-boolean": "off"
    }
}

🔥 feature

  • (putout) remove apply-filter-boolean from default install, use remove-useless-functions instead'