Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 945 Bytes

CHANGELOG.md

File metadata and controls

27 lines (22 loc) · 945 Bytes

Changelog

All notable changes to this project will be documented in this file.
Releases are published only to npm, since there are no build artifacts to bundle.

The format is based on Keep a Changelog.
This project adheres to Semantic Versioning.

v1.0.1 - 2025-02-16

Changes

  • Update dependencies to the min version which supports ESLint v9
  • Use the new flat config examples in the README
  • Provide a conf example for each supported ESLint version

v1.0.0 - 2025-02-15

Changes

  • Works with ESLint v9
  • Upgrade .eslintrc -> eslint.config.js
  • Remove Node 18 and add Node 22 to the test.yml GH Action
  • Add CHANGELOG.md

Audit

v0.0.1 - 2024-05-09

The initial release

  • Works with ESLint v8