Skip to content

Commit 0209bf2

Browse files
Update changelogs from fern repo (#2034)
Co-authored-by: patrickthornton <70873350+patrickthornton@users.noreply.github.com>
1 parent c5eec14 commit 0209bf2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

fern/products/sdks/overview/typescript/changelog/2025-11-10.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 3.28.10
22
**`(fix):`** Set `Accept` header for JSON (`application/json`), text (`text/plain`), and other (`*/*`) response types.
3-
This ensures that the `Accept` header is set consistently across runtimes.
3+
This ensures that the `Accept` header is set consistently across runtimes.
44
Unlike all other runtimes, Cloudflare Workers and Vercel Edge Runtime do not set a default `Accept` header in their `fetch` implementations.
55

66

fern/products/sdks/overview/typescript/changelog/2025-11-11.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The available options are:
1818
* .fern
1919
* dist
2020
* scripts
21-
* jest.config.*
21+
* jest.config.*
2222
* vitest.config.*
2323

2424

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 3.30.0
2+
**`(feat):`** Add `offsetSemantics` flag, which changes how the `step` attribute in `x-fern-pagination` is interpreted.
3+
When `offsetSemantics` is `item-index` (the default), offset is understood as an item index that increases by the number of entities fetched.
4+
When `offsetSemantics` is `page-index`, offset is understood as a page index that increases by 1 each time.
5+
6+

0 commit comments

Comments
 (0)