Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 13 Jan 08:30
· 61 commits to main since this release
6b3e4f8

Major Changes

  • #294 84295b2 Thanks @copilot-swe-agent! - Drop support for legacy config. The plugin now exports flat configs as the main configuration format. The previous flat/* namespace is kept for backward compatibility.

  • #291 e0eb3b9 Thanks @copilot-swe-agent! - Drop support for older ESLint versions. The new supported version is >=9.38.0.

  • #287 d328bb7 Thanks @copilot-swe-agent! - Drop support for older Node.js versions. The new supported version is ^20.19.0 || ^22.13.0 || >=24.

  • #292 d8c42e2 Thanks @copilot-swe-agent! - Changed to ESM-only package.

  • #295 0a59c7d Thanks @copilot-swe-agent! - Add ESLint language plugin support. The package now exports a languages object containing a TOML language implementation, enabling it to work as an ESLint language plugin. The language plugin provides:

  • #296 83f5a06 Thanks @ota-meshi! - Update dependency toml-eslint-parser to v1