Skip to content

Releases: rzane/graphql-extras

v0.4.2

14 Jun 14:36
Compare
Choose a tag to compare
  • Relax the version constraint to allow graphql v2
  • Fix usage of ActiveRecord::Associations::Preloader for Active Record v7

v0.4.1

13 Aug 15:48
Compare
Choose a tag to compare

Remove implementation details from Decimal description.

v0.4.0

19 Mar 03:38
Compare
Choose a tag to compare

BREAKING CHANGE
This version switches from GraphQL::Batch to GraphQL::Dataloader. If you were previously using GraphQL::Extras::Preload, you'll need to make the following change to your schema:

- use GraphQL::Batch
+ use GraphQL::Dataloader

Please also see the caveats regarding GraphQL::Dataloader here: https://graphql-ruby.org/dataloader/overview.html#fibers.

v0.3.2

19 Feb 19:39
c245d85
Compare
Choose a tag to compare

Update the gemspec's metadata.

v0.3.1

05 Feb 22:59
Compare
Choose a tag to compare

v0.3.0 included a regression where hash keys would not be camelized.

v0.3.0

05 Feb 22:36
Compare
Choose a tag to compare

This release includes some breaking changes.

  • GraphQL::Extras::Batch is now GraphQL::Extras::Preload
  • GraphQL::Extras::RSpec is now GraphQL::Extras::Test

v0.2.6

17 Jul 15:47
Compare
Choose a tag to compare
Bump versions