You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that none of the open issues match my proposal
I confirm that my proposal is not yet available in the latest version of Zimic (see the documentation and the releases)
Scope
Adds a new behavior
Compatibility
This is a breaking change
Context
Zimic does not fully validate the inputs of the public API, such as checking if the parameters are of the expected types. We currently rely mostly on TypeScript to report such problems to users. However, this allows invalid values to be passed at runtime, possibly causing unexpected behavior.
Feature description
Zimic should validate each input to make sure it is correct, either being of the correct type or part of an expected enum.
The text was updated successfully, but these errors were encountered:
Prerequisites
Scope
Adds a new behavior
Compatibility
Context
Zimic does not fully validate the inputs of the public API, such as checking if the parameters are of the expected types. We currently rely mostly on TypeScript to report such problems to users. However, this allows invalid values to be passed at runtime, possibly causing unexpected behavior.
Feature description
Zimic should validate each input to make sure it is correct, either being of the correct type or part of an expected enum.
The text was updated successfully, but these errors were encountered: