🐞 Bug Fixes
- Avoid unsafe toggling of relational operators in autofix - by @azat-io (db46a)
- Preserve parentheses when toggling equality operators - by @azat-io (7061b)
- Parenthesize low-precedence operands when adding negation - by @azat-io (16a95)
- Parenthesize autofix result against its parent context - by @azat-io (122b9)
- Keep double negation for operands in value contexts - by @azat-io (f10e3)