Skip to content

Commit 831d58a

Browse files
Update changelogs from fern repo (#2043)
Co-authored-by: patrickthornton <70873350+patrickthornton@users.noreply.github.com>
1 parent 7f084f1 commit 831d58a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fern/products/cli-api-reference/cli-changelog/2025-11-13.mdx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 1.1.0
2+
**`(feat):`** Add `path-parameter-order`, which configures how path parameters are ordered in generated code.
3+
If set to `url-order` (the default), path parameters are ordered in the same order as they appear in the URL.
4+
If set to `spec-order`, path parameters are ordered in the same order as they are listed in the spec.
5+
6+
Can be configured as follows in `generators.yml`:
7+
```yaml
8+
api:
9+
settings:
10+
path-parameter-order: url-order
11+
```
12+
13+
114
## 1.0.2
215
**`(fix):`** Display OpenAPI validation warnings when using the --warnings flag with fern check. Previously, warnings were counted but not shown; now they are logged with location details when --warnings is specified.
316

0 commit comments

Comments
 (0)