Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Releases: prisma-labs/yoga2

v0.0.19

26 Apr 14:34
Compare
Choose a tag to compare
  • 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 prisma@0.3.x)
  • Updated lots of deps (including nexus@0.11.6 & nexus-prisma@0.3.7)

v0.0.18

22 Mar 09:57
e91acc1
Compare
Choose a tag to compare
  • Add support for custom environment variables (#111)
  • Add support for environment-specific yoga.config.ts config file (#111)

v0.0.17

15 Mar 10:52
a3f76d7
Compare
Choose a tag to compare
  • Add yoga eject command, which generates the needed file to eject (#104)

v0.0.16

14 Mar 18:03
Compare
Choose a tag to compare
  • Update nexus@0.11.x & nexus-prisma@0.3.5

  • Add yogaConfig, yogaEject, yogaExpress, and yogaContext 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