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 b25a502 commit b5d13f0Copy full SHA for b5d13f0
fern/products/sdks/overview/typescript/changelog/2025-11-03.mdx
@@ -1,3 +1,16 @@
1
+## 3.24.0
2
+**`(feat):`** Add support for forward-compatible enums.
3
+To enable forward-compatible enums, add the following configuration to your _generators.yml_ file:
4
+```yaml
5
+# In generators.yml
6
+groups:
7
+ generators:
8
+ - name: fernapi/fern-typescript-sdk
9
+ config:
10
+ enableForwardCompatibleEnums: true
11
+```
12
+
13
14
## 3.23.0
15
**`(feat):`** Add support for bytes download responses.
16
0 commit comments