Skip to content

oxlint v0.2.8

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 08:22

What's Changed

This release addresses a long-standing issue where the AST had memory leaks.
I can finally sleep well, knowing that my software is free of memory leaks 😀

Moreover, the parser is now 4% faster (again!), thanks to @overlookmotel's improvements.

New Rules

Fixes

  • add regression case for require-yield by @Boshen in #2326
  • fix no_dupe_keys false postive on similar key names by @Boshen in #2291

Parser

Full Changelog: oxlint_v0.2.7...oxlint_v0.2.8