This repository has been 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 generate
from the post-hooks for the prisma template (not required anymore since [email protected]) - Updated lots of deps (including
[email protected]
&[email protected]
)- BREAKING: Checkout the release note of
[email protected]
for 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
[email protected]
&[email protected]
-
Add
yogaConfig
,yogaEject
,yogaExpress
, andyogaContext
helpers (to provide type-safety) -
Add support for an
express.ts
file to get access to the underlying express instance -
Add support for a
types.ts
file to override the nexus typescript types used to annotate GraphQL types -
npm init yoga
can now also bootstrap a graphql server based on an existing database -
yoga scaffold
now prettify your files based on your configuration (#101) -
Fixes #79