-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simplified type exports #113
Comments
Migration guideAs part of Zimic's export improvements, generic HTTP types are now exported directly from 1. Moved HTTP type exportsNo behavior changes were added to the moved types. Therefore, migrating to the new exports amounts to renaming the types and importing them from
2.
|
### Refactoring - [#zimic] Simplified and improved the type exports. Check out the [Migration guide](https://github.com/diego-aquino/zimic/issues/113#issuecomment-2026220610) for more information. ### Fixes - [#zimic] Extended `JSONSerialized` to correctly exclude functions with arguments from the result type. Previously, only functions that had no arguments were excluded. Closes #113.
No description provided.
The text was updated successfully, but these errors were encountered: