Skip to content

Releases: osstotalsoft/generator-graphql-rocket

v2.2.3

18 Mar 13:38
e0db717
Compare
Choose a tag to compare

Changes

v2.2.2

28 Sep 08:49
c932f56
Compare
Choose a tag to compare

Changes

v2.2.1

20 Jul 11:18
dc3e93c
Compare
Choose a tag to compare

Changes

v2.2.1

11 May 11:52
ce2b163
Compare
Choose a tag to compare

Changes

v2.1.0

27 Feb 15:19
cac94df
Compare
Choose a tag to compare

Changes

  • Node Upgrade and Apollo server v4 fixes @alexandra-c (#114)
    • Upgrade NodeJS to v18.x and npm to v9.x
    • Update project dependencies
    • Some Apollo server v4 fixes

v2.0.1

09 Feb 13:50
4b208c3
Compare
Choose a tag to compare

Changes

v2.0.0

17 Jan 10:02
1f0f347
Compare
Choose a tag to compare

❗Breaking Changes

  • Feature/update apollo server 4 @DCosti (#112)
  • Apollo Server 4 is distributed in the @apollo/server package. This package replaces apollo-server, apollo-server-core, apollo-server-errors, apollo-server-koa.
  • apollo-datasource-rest is now @apollo/datasource-rest
  • The only DataSource extended is RESTDataSource
  • Initialize function and logic has been dropped. Everything is handled in the constructor.
  • The context field has been renamed contextValue for consistency with the graphql-js API and to help differentiate from the context option of integration functions (the function which returns a context value).
  • ForbiddenError and ApolloError have benn replaced with GraphQLError
    More information regarding migration to Apollo Server 4 can be found here

Changes

  • Bump json5 from 2.2.1 to 2.2.3 @dependabot (#111)
  • Refactor file index.js into separate server files.

v1.6.6

06 Jan 13:12
a08a4f4
Compare
Choose a tag to compare

Changes

v1.6.5

10 Nov 12:16
31ad1dd
Compare
Choose a tag to compare

Changes

v1.6.4

31 Oct 14:19
d93af4a
Compare
Choose a tag to compare

Changes