Skip to content

Latest commit

 

History

History
226 lines (107 loc) · 11.2 KB

File metadata and controls

226 lines (107 loc) · 11.2 KB

Changelog

1.2.0 (2026-03-16)

Features

1.1.0 (2026-03-09)

Features

  • implement autofix for no-unnormalized-keys (#151) (fc3beec)

Bug Fixes

1.0.1 (2026-02-10)

Bug Fixes

1.0.0 (2026-01-28)

⚠ BREAKING CHANGES

  • export types from main entry and remove /types export (#198)
  • remove rollup, extraneous types and migrate to ESM-only (#197)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#165)

Features

  • export types from main entry and remove /types export (#198) (368c47b)
  • Require Node.js ^20.19.0 || ^22.13.0 || >=24 (#165) (019fbcd)

Bug Fixes

  • add missing name property to recommended config (#189) (a3c26ca)
  • display raw key in the message (#179) (3d63c38)
  • program crashes in no-unsafe-values (#194) (8a536d2)
  • remove rollup, extraneous types and migrate to ESM-only (#197) (55edfb9)
  • update @eslint/core to v1.0.0 and adjust tests (#190) (ba31cc2)
  • update eslint (#200) (8d94c4a)

Miscellaneous Chores

0.14.0 (2025-11-04)

Features

  • add support for getLocFromIndex and getIndexFromLoc (#109) (3292cc1)

Bug Fixes

0.13.2 (2025-08-25)

Bug Fixes

  • allow any type for meta.docs.recommended in custom rules (#132) (d2c0d5a)

0.13.1 (2025-07-22)

Bug Fixes

  • bump plugin-kit to latest to resolve security vulnerabilities (#125) (5de1544)

0.13.0 (2025-07-11)

Features

  • add url and recommended field to existing rules (#104) (14bd26b)
  • Add token methods to JSONSourceCode (#112) (de3e150)

0.12.0 (2025-04-16)

⚠ BREAKING CHANGES

  • Update package types for better reuse (#91)

Features

  • Update package types for better reuse (#91) (dce4601)

Bug Fixes

  • Update types.ts for compatibility with verbatimModuleSyntax (#88) (d099c78)

0.11.0 (2025-03-14)

Features

Bug Fixes

  • Update types and apply to all rules (#86) (10882ff)
  • Use updated types from @eslint/core (#66) (460e7c7)

0.10.0 (2025-01-19)

Features

0.9.1 (2025-01-13)

Bug Fixes

0.9.0 (2024-12-09)

Features

0.8.0 (2024-11-23)

Features

Bug Fixes

0.7.0 (2024-11-17)

Features

  • enable no-unsafe-values and add it to recommended configuration (#51) (72273f5)
  • rule no-unsafe-values (#30) (6988e5c)

Bug Fixes

  • Upgrade Momoa to fix parsing errors (#50) (3723a07)

0.6.0 (2024-10-31)

Features

  • Add allowTrailingCommas option for JSONC (#42) (c94953b)

0.5.0 (2024-10-02)

Features

0.4.1 (2024-09-09)

Bug Fixes

0.4.0 (2024-08-20)

Features

  • Export internal constructs for other plugin authors (#17) (ad729f0)

0.3.0 (2024-07-25)

Features

0.2.0 (2024-07-22)

Features

0.1.0 (2024-07-06)

Features

Bug Fixes

  • release-please (again) (#7) (5ef7c6c)
  • Set initial release version in release-please-config.json (#5) (64f4db5)