We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90b3784 commit 202f402Copy full SHA for 202f402
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 1.25.0
4
+
5
+- Upgraded TypeScript to 5.4.2
6
+- Added support for new TypeScript 5.4 features `Map.groupBy` and `Object.groupBy`
7
+- Fixed a bug causing files to not be emitted at the correct output path
8
+- Fixed a bug causing `@customname` to not work together with `@noSelf`
9
+- Fixed a bug causing extended tsconfigs to not be correctly read when using watch mode
10
11
## 1.24.0
12
13
- Optimized promises and async/await to better handle long chains of promises, like for example using await in a loop
0 commit comments