Skip to content

Commit 589d7fe

Browse files
Update changelogs from fern repo (#632)
Co-authored-by: patrickthornton <[email protected]>
1 parent 1323869 commit 589d7fe

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

fern/products/sdks/overview/typescript/changelog/2025-04-14.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## 0.51.0
2-
**`(feat):`** Add `rawResponse` property to JavaScript errors.
2+
**`(feat):`** Add `rawResponse` property to JavaScript errors.
33

44
```ts
55
try {

fern/products/sdks/overview/typescript/changelog/2025-06-19.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The user can choose how to consume the binary data.
1616

1717

1818
## 1.7.2
19-
**`(fix):`** Fix bug where duplicate file generation was silently allowed instead of failing. The `withSourceFile` method now properly
19+
**`(fix):`** Fix bug where duplicate file generation was silently allowed instead of failing. The `withSourceFile` method now properly
2020
handles the `overwrite` option to prevent unintended file overwrites.
2121

2222

fern/products/sdks/overview/typescript/changelog/2025-06-22.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The default is `Node16`. If you choose `Node18`, the `form-data`, `formdata-node
1212

1313

1414
## 1.8.2
15-
**`(fix):`** When a multipart form part is explicitly marked as JSON, serialize the data as JSON regardless of type.
15+
**`(fix):`** When a multipart form part is explicitly marked as JSON, serialize the data as JSON regardless of type.
1616
This also means arrays, maps, etc. will not be split into multiple parts, but serialized to JSON as a single part.
1717

1818

fern/products/sdks/overview/typescript/changelog/2025-07-03.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**`(internal):`** Bump version to test Docker image rename to `fernapi/fern-typescript-sdk`
66

77
## 2.3.2
8-
**`(fix):`** Remove ".js" extension from ESM imports in the source generator code.
8+
**`(fix):`** Remove ".js" extension from ESM imports in the source generator code.
99
If `useLegacyExports` is `true`, you will not see ".js" extensions in ESM imports.
1010
If `useLegacyExports` is `false` (default), a post process step will add the `.js` extension, so you won't see a difference.
1111

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## 2.4.2
2-
**`(fix):`** Fixes a compile issue when WebSocket connect methods require query parameters with special characters.
2+
**`(fix):`** Fixes a compile issue when WebSocket connect methods require query parameters with special characters.
33
Fixes response deserialization in websockets to respect skipping validation.
44

55

66
## 2.4.1
7-
**`(fix):`** When serde layer is enabled, WebSocket channels now pass through unrecognized properties
7+
**`(fix):`** When serde layer is enabled, WebSocket channels now pass through unrecognized properties
88
instead of stripping them to preserve forwards compatibility.
99

1010

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## 2.9.3
2+
**`(feat):`** Add support for autogenerating simple tests for pagination endpoints.
3+
4+

0 commit comments

Comments
 (0)