-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'niels/csharp/serialize-headers-querystring-params' of h…
…ttps://github.com/fern-api/fern into niels/csharp/serialize-headers-querystring-params
- Loading branch information
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
## 0.50.17 | ||
**`(fix):`** Improve performance of `fern docs dev` by only reloading the markdown content when | ||
only markdown files are changed, avoiding unnecessary recompilation of the full docs. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## 1.9.12 | ||
**`(fix):`** Change serialization logic for headers and querystring parameters: | ||
- Strings, enums, dates, times, and date times are serialized as before. | ||
- Booleans are now serialized as `true` and `false` instead of `True` and `False`. | ||
- Objects, lists, maps, dictionaries, undiscriminated, and discriminated unions are serialized to JSON. | ||
|
||
|
File renamed without changes.