Skip to content

v0.10.0

Choose a tag to compare

@andrehrferreira andrehrferreira released this 31 Mar 16:54
· 90 commits to main since this release

✨ 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 name was not defined, preventing runtime and build-time errors.
    • Updated the contract parser to use {} as the default value for options instead of null, improving compatibility with the sandbox.
  • Sandbox

    • Fixed issues when handling contracts that did not explicitly declare options.
  • View Module

    • Fixed template resolution for projects structured as workspaces, ensuring views load correctly in monorepo environments.