Releases: osstotalsoft/generator-graphql-rocket
Releases · osstotalsoft/generator-graphql-rocket
v1.4.4
Changes
- added a coma back in
package.json
@dragos-rosca (#79)
v1.4.3
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
Changes
- replaced subscriptions-transport-ws with graphql-ws @alexandra-c (#77)
v1.4.1
Changes
- fix tests @alexandra-c (#76)
- fix Prisma instance init @alexandra-c (#75)
- remove nodemon for prod env @DCosti (#74)
v1.4.0
Changes
- implemented multitenancy for prisma @alexandra-c (#73)
v1.3.2
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
- Bump node-fetch from 2.6.6 to 2.6.7 @dependabot (#71)
- Bump shelljs from 0.8.4 to 0.8.5 @dependabot (#72)
- Bump simple-get from 4.0.0 to 4.0.1 @dependabot (#70)
v1.3.1
v1.3.0
v1.2.1
Changes
- fix .env configs for prisma and knex @alexandra-c (#64)
v1.2.0
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.
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)