This repository was archived by the owner on Jul 27, 2020. It is now read-only.
Releases: prisma-labs/yoga2
Releases · prisma-labs/yoga2
v0.0.19
- Fix: Files should now be properly watched. Could not test on windows yet though.
- Fix: Eject command used to scaffold non valid TS (because of wrong commas)
- Fix: Some wrong typings were causing the CI to fail
- Fix: Removed
prisma generatefrom the post-hooks for the prisma template (not required anymore since prisma@0.3.x) - Updated lots of deps (including
nexus@0.11.6&nexus-prisma@0.3.7)- BREAKING: Checkout the release note of
nexus-prisma@0.3.6for the changes: https://github.com/prisma/nexus-prisma/releases/tag/v0.3.6
- BREAKING: Checkout the release note of
v0.0.18
v0.0.17
v0.0.16
-
Update
nexus@0.11.x&nexus-prisma@0.3.5 -
Add
yogaConfig,yogaEject,yogaExpress, andyogaContexthelpers (to provide type-safety) -
Add support for an
express.tsfile to get access to the underlying express instance -
Add support for a
types.tsfile to override the nexus typescript types used to annotate GraphQL types -
npm init yogacan now also bootstrap a graphql server based on an existing database -
yoga scaffoldnow prettify your files based on your configuration (#101) -
Fixes #79