Skip to content

Commit d2fad97

Browse files
authored
Update CHANGELOG.md 0.25.0
1 parent bb015cb commit d2fad97

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 0.25.0
4+
5+
- Added support for named function assignments, i.e. `const myFunc = function x(n) { ...; return x(n - 1); }`
6+
7+
- Made detection of string methods more robust.
8+
- Fixed issue regarding readonly tuple detection.
9+
- Fixed a nasty issue causing exponential complexity on chained properties/method expressions.
10+
- Improved handling of constrained generic types related to string and array detection.
11+
312
## 0.24.0
413

514
- Returns in try/catch statements now properly return from the current function.

0 commit comments

Comments
 (0)