Skip to content

Releases: osstotalsoft/generator-graphql-rocket

v1.4.4

07 Apr 12:26
8725d5c
Compare
Choose a tag to compare

Changes

v1.4.3

07 Apr 11:32
19150f2
Compare
Choose a tag to compare

Changes

Errors fixed in this PR @DCosti (#78)

  • createServer import is duplicated when addSubscriptions is true
  • knex package was installed only when addQuickStart is true
  • in onConnect function from SubscriptionServer, the initializeDataSource function received context instead of ctx
  • fix docker file start command for production if addVault is true

v1.4.2

04 Apr 14:36
7c430a6
Compare
Choose a tag to compare

Changes

v1.4.1

29 Mar 11:32
47d5cc9
Compare
Choose a tag to compare

Changes

v1.4.0

04 Mar 14:10
c1853d2
Compare
Choose a tag to compare

Changes

v1.3.2

01 Feb 10:03
110df01
Compare
Choose a tag to compare

Important updates!

  • Made quick start examples optional @alexandra-c (#69)
    A new option is available now! It allows you to choose if you want to generate the code examples or not ( this if most useful for generator upgrades, when the user doesn't need the quick start examples anymore, just the infrastructure updates. )

Changes

v1.3.1

27 Jan 10:55
52f9bd0
Compare
Choose a tag to compare

Changes

v1.3.0

20 Jan 13:00
3c6ddc0
Compare
Choose a tag to compare

Important Changes ⚠

Changes

v1.2.1

11 Jan 13:49
beda62b
Compare
Choose a tag to compare

Changes

v1.2.0

17 Dec 09:41
5b422ba
Compare
Choose a tag to compare

Important update!

We are happy to announce that GraphQL Rocket Generator now includes an implementation of Prisma as a data integration layer!!! 🎉

The user can now choose between using Knex.js or Prisma (see the new available question bellow). The default value is Prisma.
image

Read more about Prisma in its well designed documentation 📚.

Beware ⚠

For now, multi-tenancy feature is not available with Prisma. We are hardly working on a version that also includes this feature. 🐱‍👤

Changes

  • Added Prisma infrastructure, allow choosing between Prisma and Knex @alexandra-c (#63)