Skip to content

v28.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 10 Feb 06:00
· 671 commits to main since this release

Improvements

Fixes

  • no-unreadable-array-destructuring: Fix crash on destructuring in for…of loop (#1076) 11ce1bc
  • no-array-for-each: Ignore React.Children.forEach (#1088) 5a931dd
  • prefer-string-slice: Keep optional chaining in autofix (#1085) acaf197
  • prefer-spread: Ignore Buffer.concat() (#1069) da685f7
  • Ignore unexpected case in catch-error-name and prefer-set-has (#1077) 79a64b1
  • prefer-default-parameters: Fix non-iterable visitorKeys (#1013) d707e83
  • consistent-destructuring: Add ExperimentalRestProperty check (#1060) aca2ec5

v27.0.0...v28.0.0