Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

50 lines (28 loc) · 1.79 KB

Changelog

Version 1.0.5

  • [fix] Use resolve instead resolve_with_support, which is a private method (@thayol)

Version 1.0.4

  • [feature] Added deprecation_reason to option (@IgrekYY)

Version 1.0.3

Version 1.0.2

  • [feature] Added argument_options to option (@wuz)

Version 1.0.1

  • [fix] camelize defaults to false when not specified (@haines)

Version 1.0.0

  • [break] Removed support for defining types via type method (@rstankov)
  • [break] Require GraphQL::Schema::Resolver inheritance (@rstankov)
  • [break] Removed support for legacy GraphQL::Function (@rstankov)
  • [break] type creates type based on GraphQL::Schema::Object, not the deprecated GraphQL::ObjectType.define (@rstankov)

Version 0.3.2

  • [feature] Added camelize argument to option, true by default (@glenbray)

Version 0.3.1

  • [fix] Support for GraphQL gem version v1.9.16 (@ardinusawan)

Version 0.3

  • [feature] Allow passing required key to option definition (@vfonic)
  • [fix] Support for GraphQL gem enums (@Postmodum37)

Version 0.2

  • Added support for GraphQL::Schema::Resolver (@rstankov)
  • Added support for GraphQL 1.8 class API (@rstankov)

Version 0.1