- Added new linting rules and APIs such as no‑compare‑neg‑zero, nonblock‑statement‑body, regex support in RuleTester, SourceCode location helpers, and an ignore‑property option for no‑param‑reassign.
- Fixed multiple autofix‑related bugs (e.g., ++a handling, padded block comments, negative fix ranges, keyword‑spacing TS, ignoreRestSiblings) and improved RuleTester edge‑case handling.
- Deprecated applyDefaultPatterns in line‑comment position, updated documentation, and upgraded several dev dependencies (mock‑fs, coveralls, eslint‑plugin‑node).