eslint-formatter-ratchet
Version:
Ratcheting applied to ESLint results so new issues don't creep in.
60 lines (30 loc) • 2.69 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [2.0.0](https://github.com/Jmsa/eslint-formatter-ratchet/compare/v1.2.1...v2.0.0) (2024-09-19)
### ⚠ BREAKING CHANGES
- drop support for Node.js < 18.20.4
- drop support for Node.js < 18.20.4 ([a3d6a06](https://github.com/Jmsa/eslint-formatter-ratchet/commit/a3d6a06f1c715eda8741df549382ae58bced3afb))
### [1.2.1](https://github.com/Jmsa/eslint-formatter-ratchet/compare/v1.2.0...v1.2.1) (2024-08-23)
## [1.2.0](https://github.com/Jmsa/eslint-formatter-ratchet/compare/v1.1.0...v1.2.0) (2023-08-21)
### Features
- add support for bypassing eslint erroring on rule violations ([f30e08c](https://github.com/Jmsa/eslint-formatter-ratchet/commit/f30e08cac2afc1929a9af2e0a5a8f8b5e915932c))
### Bug Fixes
- use the `logger` instead of `console` ([5647a52](https://github.com/Jmsa/eslint-formatter-ratchet/commit/5647a52fedd922a4d7e70f9c5d61dbde12858698))
## [1.1.0](https://github.com/Jmsa/eslint-formatter-ratchet/compare/v1.0.4...v1.1.0) (2023-01-06)
### Features
- use eslint-formatter-table to log issues ([10540b0](https://github.com/Jmsa/eslint-formatter-ratchet/commit/10540b0910c920fa9776efe8a5f0d9e2e6574daa))
### [1.0.4](https://github.com/Jmsa/eslint-formatter-ratchet/compare/v1.0.3...v1.0.4) (2022-03-17)
### Bug Fixes
- use relative paths in eslint-ratchet file ([dd6e19b](https://github.com/Jmsa/eslint-formatter-ratchet/commit/dd6e19b58e700a94fdc33b31b81557a3d701d9cd))
### [1.0.3](https://github.com/Jmsa/eslint-formatter-ratchet/compare/v1.0.2...v1.0.3) (2022-03-12)
### Bug Fixes
- better missing file handling, improved `hasChanged` checks, better resolved rule clean up ([f0ea940](https://github.com/Jmsa/eslint-formatter-ratchet/commit/f0ea940c7d99a19337ef32b675c385121ef76cda))
### [1.0.2](https://github.com/Jmsa/eslint-formatter-ratchet/compare/v1.0.1...v1.0.2) (2022-03-11)
### Bug Fixes
- make sure to use `log` from the provided logger ([6c9f642](https://github.com/Jmsa/eslint-formatter-ratchet/commit/6c9f64215d98f751b49292e8487a7300d184b47d))
### [1.0.1](https://github.com/Jmsa/eslint-formatter-ratchet/compare/v1.0.0...v1.0.1) (2022-03-10)
### Bug Fixes
- removed files should update the thresholds ([26752eb](https://github.com/Jmsa/eslint-formatter-ratchet/commit/26752ebb514cf7be5fd0ab8a6fe130faccba4181)), closes [#2](https://github.com/Jmsa/eslint-formatter-ratchet/issues/2)
## 1.0.0 (2022-03-08)
### Features
- initial port ([00e9ded](https://github.com/Jmsa/eslint-formatter-ratchet/commit/00e9ded062bfefcaf45385aaccadb718673ceed5))