Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 3.59.7
**`(fix):`** Extend `globalThis.` qualification for shadowed global types (e.g. `Date`) to
union visitor signatures and builder parameters, not just interface properties.


**`(fix):`** Fix `Record` serialization schema for maps with optional value types to strip
the optional wrapper, matching the type converter's behavior.


## 3.59.6
**`(fix):`** Thread endpoint ID through dynamic snippet generator to differentiate
generated snippets by endpoint.
Expand Down
Loading