Changelog
Release (2025-03-12)
lint-to-the-future-eslint 3.1.0 (minor)
:rocket: Enhancement
lint-to-the-future-eslint
- #43 Switch to globby for improved file filtering (@wagenet)
:house: Internal
lint-to-the-future-eslint
Committers: 2
Release (2025-02-10)
lint-to-the-future-eslint 3.0.0 (major)
:boom: Breaking Change
lint-to-the-future-eslint
:rocket: Enhancement
lint-to-the-future-eslint
:bug: Bug Fix
lint-to-the-future-eslint
:house: Internal
lint-to-the-future-eslint
Committers: 1
Release (2024-11-01)
lint-to-the-future-eslint 2.2.0 (minor)
:rocket: Enhancement
lint-to-the-future-eslint
:house: Internal
lint-to-the-future-eslint
- #32 add a test to cover the case of an empty eslint-disable (@mansona)
Committers: 1
Release (2024-10-03)
lint-to-the-future-eslint 2.1.3 (patch)
:bug: Bug Fix
lint-to-the-future-eslint
Committers: 1
Release (2024-10-01)
lint-to-the-future-eslint 2.1.2 (patch)
:bug: Bug Fix
lint-to-the-future-eslint
Committers: 1
Release (2024-09-30)
lint-to-the-future-eslint 2.1.1 (patch)
:house: Internal
lint-to-the-future-eslint
Committers: 1
Release (2024-09-30)
lint-to-the-future-eslint 2.1.0 (minor)
:rocket: Enhancement
lint-to-the-future-eslint
:house: Internal
lint-to-the-future-eslint
Committers: 1
v2.0.1 / 2023-02-23
- Add license #16 from @RobbieTheWagner
v2.0.0 / 2023-01-13
- Improve .gitignore handling #13 from @wagenet
- Sort lints for stability #12 from @wagenet
v1.0.1 / 2022-09-19
- stop ignoring eslint warnings #11 from @mansona
- Add eslint versions to a test matrix #10 from @mansona
v1.0.0 / 2022-06-21
This is not a major release, it just marks a point where the plugin is considered stable enough
to be v1.0 🎉
- Make regular expression resilient to // eslint-disable-next-line declarations #6 from @locks
- fix typo in README.md #8 from @locks
- add a test for list function #7 from @mansona
v0.4.0 / 2022-05-12
- Make sure
.ts
files are also processed in list command #5 from @jamescdavis
v0.3.1 / 2021-12-23
- Fix issue with caret dependency of eslint and add a test to verify ignore works #3 from @mansona
v0.3.0 / 2021-10-19
- add automatic release system #2 from @mansona
- add support for eslint 8 #1 from @mansona
v0.2.1 / 2020-12-16
- stop trying to execute on folders from @mansona
v0.2.0 / 2020-12-16
- implement list command from @mansona
v0.1.0 / 2020-12-13
- port implementation as plugin from lint-to-the-future from @mansona