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
- Update to the latest `@hey-api/openapi-ts` version `0.42.1`
- Fixed a bug where types in mutation hooks were imported from a (non-relative) direct file import.
- This is the same fix implemented in #61, which was done for query hooks.
- Fixed a bug where JSDocs were not being added to generated hooks.
- Add more unit tests
Fixes: #83
Enables work towards: #81
- Update to the latest `@hey-api/openapi-ts` version `0.42.1`
- fixes: #83,
- Enables work towards #81
- Fixed a bug where types in mutation hooks were imported from a (non-relative) direct file import.
- This is the same fix implemented in #61, which was done for query hooks.
- Expand the match regex to take account of non-alphabetical file paths
- fixes: #85
- Fixed a bug where JSDocs were not being added to generated hooks.
- Add more unit testing
Currently,
@hey-api/openapi-ts
is also trying to support Biome.I think it should be ok to use Biome for the root of the project. #76
The text was updated successfully, but these errors were encountered: