Skip to content

Latest commit

 

History

History
163 lines (86 loc) · 10 KB

CHANGELOG.md

File metadata and controls

163 lines (86 loc) · 10 KB

Changelog

1.1.0 (2024-04-28)

Features

Chores

1.0.3 (2024-04-22)

Documentation

1.0.2 (2024-04-16)

Bug Fixes

  • not install multi tseslint versions (#94) (ba1a02c)

1.0.1 (2024-04-10)

Bug Fixes

  • use eslint-config-airbnb-base by default (#92) (627306a), closes #87

Chores

  • run npm install before npm publish (#88) (136df22)

1.0.0 (2024-04-05)

⚠ BREAKING CHANGES

  • support flat config (#81)
  • Require Node.js ^18.18.0 || ^20.9.0 || >=21.1.0 (#80)

Features

Bug Fixes

Chores

0.4.6 (2023-07-24)

Chores

  • generate provenance statements when release (#67) (99488cf)

0.4.5 (2023-06-16)

Bug Fixes

Chores

0.4.4 (2023-06-01)

Bug Fixes

Chores

0.4.3 (2023-04-09)

Documentation

  • remove extra custom anchor (#52) (c486ddf)
  • sync --config examples with ESLint Getting Started docs (#55) (4e48315)

Chores

v0.4.2 - December 30, 2022

  • 561970e docs: sync --config instructions in README with eslint Getting Started (#45) (Milos Djermanovic)
  • 66cc96c ci: add Node v19 (#44) (Milos Djermanovic)

v0.4.1 - October 31, 2022

  • d42d866 docs: update --config usage for npm v7+ (#42) (唯然)

v0.4.0 - October 21, 2022

  • a0fa620 feat: support --config (#38) (Percy Ma)
  • 368a1a3 chore: Remove unused code (#36) (Brandon Mills)

v0.3.1 - August 13, 2022

  • bf2a259 fix: remove airbnb/google in style guides when using ts (#33) (唯然)

v0.3.0 - July 1, 2022

  • f446191 feat: support vue3 (#34) (唯然)

v0.2.0 - May 4, 2022

  • 3c6197b build: add node v18 (#29) (唯然)
  • dbd5e34 fix: throw error and exit when package.json not found (#27) (Strek)
  • 8a26ef4 feat: added yarn and pnpm installations (#24) (Strek)
  • a9841e2 chore: upgrade esmock (#26) (唯然)

v0.1.2 - January 7, 2022

  • c8ba806 fix: Wrong info about globally-installed copy of ESLint (#18) (唯然)
  • da0fcbb fix: cannot find installed eslint (#15) (唯然)
  • 859b379 fix: missing question to confirm installing dependencies (#14) (唯然)

v0.1.1 - December 17, 2021

  • 48d8025 fix: import("eslint") doesn't work (#9) (唯然)

v0.1.0 - December 15, 2021

  • 6d20aa3 chore: add publishConfig field in package.json (#6) (Nitin Kumar)
  • 5cb3a94 fix: upgrade esmock v1.7.0 (#5) (唯然)
  • bd6eb01 ci: use node v16 (#3) (Nitin Kumar)
  • d054ce7 feat: move eslint --init (#1) (唯然)
  • f90b605 Initial commit (Nicholas C. Zakas)