|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## [7.32.2](https://github.com/eslint-community/eslint-formatter-codeframe/compare/v7.32.1...v7.32.2) (2025-10-19) |
| 4 | + |
| 5 | + |
| 6 | +### 🩹 Fixes |
| 7 | + |
| 8 | +* Formatters keep trailing '.' if preceded by a space (fixes [#9154](https://github.com/eslint-community/eslint-formatter-codeframe/issues/9154)) ([#9247](https://github.com/eslint-community/eslint-formatter-codeframe/issues/9247)) ([188d984](https://github.com/eslint-community/eslint-formatter-codeframe/commit/188d984fada0d79907aca5b84f65738df2991d1a)) |
| 9 | +* package.json repository ([#116](https://github.com/eslint-community/eslint-formatter-codeframe/issues/116)) ([1ac977b](https://github.com/eslint-community/eslint-formatter-codeframe/commit/1ac977baa893b975651139ba59eece51a9643e33)) |
| 10 | + |
| 11 | + |
| 12 | +### 🧹 Chores |
| 13 | + |
| 14 | +* add `CODEOWNERS` ([c244e90](https://github.com/eslint-community/eslint-formatter-codeframe/commit/c244e900f8d62db0b19a0bb18a889aacb3aca849)) |
| 15 | +* add `no-response` workflow ([#16](https://github.com/eslint-community/eslint-formatter-codeframe/issues/16)) ([90b1770](https://github.com/eslint-community/eslint-formatter-codeframe/commit/90b17709579425039309e7b755b0284e75d2a7d2)) |
| 16 | +* add pkg.funding ([#56](https://github.com/eslint-community/eslint-formatter-codeframe/issues/56)) ([de33d6f](https://github.com/eslint-community/eslint-formatter-codeframe/commit/de33d6fbc2ee26ff61d80310cc2dd15fc70482c5)) |
| 17 | +* add tests for Node 20 ([f5cac36](https://github.com/eslint-community/eslint-formatter-codeframe/commit/f5cac3662395046392b31f1fb6c798927e63e53c)) |
| 18 | +* avoid loose equality assertions ([#9415](https://github.com/eslint-community/eslint-formatter-codeframe/issues/9415)) ([0037ce9](https://github.com/eslint-community/eslint-formatter-codeframe/commit/0037ce9f9a98ad7922305a7a1550b924c59f822b)) |
| 19 | +* create `dependabot.yml` ([#5](https://github.com/eslint-community/eslint-formatter-codeframe/issues/5)) ([8840719](https://github.com/eslint-community/eslint-formatter-codeframe/commit/88407194354195813307bd34e9bcc0ed8770ffe5)) |
| 20 | +* **deps:** Bump codecov/codecov-action from 4 to 5 ([#77](https://github.com/eslint-community/eslint-formatter-codeframe/issues/77)) ([7b4cac2](https://github.com/eslint-community/eslint-formatter-codeframe/commit/7b4cac29efc3eda0fa5e8325967ed18a39eacd19)) |
| 21 | +* enable `prefer-arrow-callback` on ESLint codebase (fixes [#6407](https://github.com/eslint-community/eslint-formatter-codeframe/issues/6407)) ([#7503](https://github.com/eslint-community/eslint-formatter-codeframe/issues/7503)) ([82d9b63](https://github.com/eslint-community/eslint-formatter-codeframe/commit/82d9b63ea0686fe1c9ecb211526514320b011eaf)) |
| 22 | +* enable array-bracket-spacing on ESLint codebase ([#7830](https://github.com/eslint-community/eslint-formatter-codeframe/issues/7830)) ([b7651d4](https://github.com/eslint-community/eslint-formatter-codeframe/commit/b7651d4b350349fb336c2aa8539c78fb34575ea6)) |
| 23 | +* Enable comma-dangle on ESLint codebase (fixes [#7725](https://github.com/eslint-community/eslint-formatter-codeframe/issues/7725)) ([#7906](https://github.com/eslint-community/eslint-formatter-codeframe/issues/7906)) ([9f65b7d](https://github.com/eslint-community/eslint-formatter-codeframe/commit/9f65b7d19301bcf466ab236e1b79d1216906597e)) |
| 24 | +* enable require-unicode-regexp on ESLint codebase ([#11422](https://github.com/eslint-community/eslint-formatter-codeframe/issues/11422)) ([e4814c6](https://github.com/eslint-community/eslint-formatter-codeframe/commit/e4814c611bef6bbe247610a5f691da600190460c)) |
| 25 | +* fix ci error ([#115](https://github.com/eslint-community/eslint-formatter-codeframe/issues/115)) ([3feeaa9](https://github.com/eslint-community/eslint-formatter-codeframe/commit/3feeaa90eba270e555f88f597445ec4b79c0f99c)) |
| 26 | +* **readme:** remove maintenance warning from readme ([#17](https://github.com/eslint-community/eslint-formatter-codeframe/issues/17)) ([9346c4c](https://github.com/eslint-community/eslint-formatter-codeframe/commit/9346c4ca74d96f7c07929a7d783c22ce1fd53213)) |
| 27 | +* remove `CODEOWNERS` ([#6](https://github.com/eslint-community/eslint-formatter-codeframe/issues/6)) ([f76c4db](https://github.com/eslint-community/eslint-formatter-codeframe/commit/f76c4dbc418d5c966a947c2a652508ad7a5676ff)) |
| 28 | +* restructure files ([#11555](https://github.com/eslint-community/eslint-formatter-codeframe/issues/11555)) ([cd611a5](https://github.com/eslint-community/eslint-formatter-codeframe/commit/cd611a5c0d19e86ff1f5c7f3b58108ce4da31761)) |
| 29 | +* use precalculated counts in codeframe formatter ([#8296](https://github.com/eslint-community/eslint-formatter-codeframe/issues/8296)) ([923a9cf](https://github.com/eslint-community/eslint-formatter-codeframe/commit/923a9cfe4fc62c52c912bffc0ef7a7406ef03d4f)) |
0 commit comments