3.2.0
(feat): Add generateEndpointMetadata configuration to generate endpoint metadata for each endpoints.
When you use a callback function to generate headers or auth tokens, the endpoint metadata will be passed to the callback.
To enable this, set generateEndpointMetadata to true in the config of your generator configuration.
3.1.2
(fix): Pin msw dependency to 2.11.2 because newer version introduces jest/vitest compatibility issues.