1 parent bb015cb commit d2fad97Copy full SHA for d2fad97
1 file changed
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
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
12
## 0.24.0
13
14
- Returns in try/catch statements now properly return from the current function.
0 commit comments