You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
3
3
[中文Log](CHANGELOG_CN.md)
4
4
5
+
## [0.9.24] - 2025-7-11
6
+
### 🔧 Changed
7
+
8
+
-**Flow Inference Refactor**: Refactored flow analysis algorithm, now uses a TypeScript-like flow analysis approach for better handling of complex scenarios.
9
+
-**Doc CLI**: Changed export format, now supports multiple `@see` and other tag flags.
10
+
11
+
### ✨ Added
12
+
13
+
-**TypeGuard Now Supports Generics**: You can now use generic parameters in TypeGuard, e.g. `TypeGuard<T>`.
14
+
-**Type Narrowing by Constant Fields**: Supports type narrowing using constant fields.
15
+
-**Basic Range Checking**: Array type indexing is now less frequently nullable.
0 commit comments