v0.10.0
✨ Features
- GraphQL Transpiler
- Added support for automatic mapping of DTOs and methods in the GraphQL transpiler, enabling seamless type and resolver generation from contracts.
🛠 Fixes
-
Contracts
- Fixed an issue with contract generation when
controller namewas not defined, preventing runtime and build-time errors. - Updated the contract parser to use
{}as the default value foroptionsinstead ofnull, improving compatibility with the sandbox.
- Fixed an issue with contract generation when
-
Sandbox
- Fixed issues when handling contracts that did not explicitly declare
options.
- Fixed issues when handling contracts that did not explicitly declare
-
View Module
- Fixed template resolution for projects structured as workspaces, ensuring views load correctly in monorepo environments.