Skip to content

Releases: zakodium/adonis-apollo

v0.22.1

27 Aug 14:11
f3aaf3d
Compare
Choose a tag to compare

0.22.1 (2024-08-27)

Bug Fixes

v0.22.0

26 Aug 10:25
b914140
Compare
Choose a tag to compare

0.22.0 (2024-08-26)

Features

  • allow class fields resolvers and support inheritance from class prototype (#60) (1fdb109)

v0.21.0

09 Jan 14:18
Compare
Choose a tag to compare

0.21.0 (2024-01-09)

Features

  • provide another way of creating the formatError handler which enables importing IoC dependencies (#56) (ee27363)

v0.20.0

21 Dec 08:58
4a45139
Compare
Choose a tag to compare

0.20.0 (2023-12-21)

Features

  • add support for IoC in resolvers defined as classes (#52) (1b37226)

v0.19.0

21 Jul 11:25
efef897
Compare
Choose a tag to compare

0.19.0 (2023-07-21)

Features

v0.18.0

28 Feb 10:41
bab5f10
Compare
Choose a tag to compare

0.18.0 (2023-02-28)

⚠ BREAKING CHANGES

  • Apollo Server was upgraded to version 4. The enableUploads config option is now false by default. The default GraphQL context doesn't include the ctx property anymore (it is now an empty object). The value is still passed to the context function. The context config option should now be passed at the top level instead of the apolloServer object. The enablePlayground and playgroundOptions config options were removed. You can now use Apollo Server plugins to configure the landing page. ApolloError and friends were removed so we also removed the Zakodium/Apollo/Errors re-export path. See https://www.apollographql.com/docs/apollo-server/migration/ for all details.

Code Refactoring

adonis-apollo v0.17.0

26 Sep 07:54
691e4c1
Compare
Choose a tag to compare

Features

adonis-apollo v0.16.0

02 Sep 11:36
6d7be60
Compare
Choose a tag to compare

Features

  • always support all resolvers of the current graphql-scalar version (30ecf36)

adonis-apollo v0.15.0

01 Sep 15:23
6f9a9c6
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • applyMiddleware() no longer needs route in its parameters
  • removed getPlaygroundHandler method
  • add enablePlayground and playgroundOptions in config. The Playground is no longer available by default in production.
  • the GraphQL playground is now rendered at the same URL as the API. GET queries to the API are still possible.
  • change organization of IoC bindings

Features

  • add enablePlayground and playgroundOptions in config. The Playground is no longer available by default in production. (2b07ac0)
  • add enableUploads and uploadOptions in config (2b07ac0)

Code Refactoring

  • applyMiddleware() no longer needs route in its parameters (2b07ac0)
  • change organization of IoC bindings (39d9bdd)
  • removed getPlaygroundHandler method (2b07ac0)
  • the GraphQL playground is now rendered at the same URL as the API. GET queries to the API are still possible. (2b07ac0)

adonis-apollo v0.14.0

17 May 07:28
e063bf9
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • The playground is now available on /graphql/playground instead of /graphql

Features

  • allow GET requests for graphql route (#29) (691928a)