@@ -4,6 +4,42 @@ All notable changes to this package will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0 ) .
66
7+ ## [ 1.13.0] - 2025-08-26
8+
9+ ### 🚀 Features
10+
11+ - 70f0143 linter: Add jest/padding-around-test-blocks rule (#12985 ) (Peter Cardenas)
12+ - a56f0da linter: Add profiling support for tsgolint via environment variables (#13238 ) (no-yan)
13+ - cc7f088 linter: Add react/jsx-handler-names rule (#13079 ) (Takuji Shimokawa)
14+ - c6c5075 linter/always-return: Implement promise rule always-return (#13178 ) (Li Wei)
15+
16+ ### 🐛 Bug Fixes
17+
18+ - fd14b39 linter/array-callback-return: False postive with throw stmt in callback (#13264 ) (camc314)
19+ - 648e939 linter: Parse ` ignorePatterns ` with gitignore syntax (#13221 ) (Sysix)
20+ - a1b52c8 linter/no-unused-private-class-members: Fix false positive with await expression (#13249 ) (camc314)
21+ - d80c07c linter/explicit-module-boundary-types: False positve with arrow fn in exported fn body (#13232 ) (camc314)
22+ - 06ec43c linter: Enhance handling of disable directives for next-line and line spans (#13157 ) (camc314)
23+ - 163dbea linter/prefer-for-of: False positive with diff member expression (#13201 ) (camc314)
24+ - ada4e84 linter/prefer-await-to-then: False positive with Promise call as return arg (#13189 ) (camc314)
25+ - 63d12d3 linter: Handle arrow function expressions in static blocks for no-unused-private-class-members (#13181 ) (camc314)
26+
27+ ### 🚜 Refactor
28+
29+ - 2761300 linter: Include ` tsgolint ` suggestion for ` Message::from_tsgo_lint_diagnostic ` (#13255 ) (Sysix)
30+ - c138fad linter: Avoid fs reads in ` TsGoLintState ` when ` --silent ` is used (#13199 ) (Sysix)
31+ - 845c6de linter: Store ` source_text ` of already opened files for ` TsGoLintState ` (#13197 ) (Sysix)
32+
33+ ### 📚 Documentation
34+
35+ - 7fcc51e linter: Fix doc code block in ` eslint/func-style ` rule (#13171 ) (leaysgur)
36+ - deddc8c linter/no-console: Correct typo in correct code example (#13182 ) (camc314)
37+
38+ ### 🧪 Testing
39+
40+ - 30c54a3 linter: Add test for ` Message::from_tsgo_lint_diagnostic ` (#13254 ) (Sysix)
41+
42+
743## [ 1.12.0] - 2025-08-17
844
945### 🚀 Features
0 commit comments