All Versions
8
Latest Version
Avg Release Cycle
28 days
Latest Release
1791 days ago

Changelog History

  • v1.0.0 Changes

    May 03, 2019

    โž• Added

    • โž• Added support for Mutations.
    • โž• Added validations for Mutations and Subscriptions.
  • v0.6.1 Changes

    February 22, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Changed Introspection query to no longer use on... for directive locations and use locations instead.
  • v0.6.0 Changes

    February 18, 2019
    • โž• Add Subscription DSL support. (by @hschne) #5
    • โž• Add aliases support.
    • โž• Add default client constructors for Contentful and Github.
  • v0.5.0 Changes

    January 25, 2019

    โž• Added

    • โž• Add Enum support.
  • v0.4.0 Changes

    November 19, 2018

    โž• Added

    • โž• Add directive support.
  • v0.3.0 Changes

    October 19, 2018

    โž• Added

    • ๐Ÿ”จ Refactored validations to their own Validation class, which now provide better error messages upon validation failure.
  • v0.2.0 Changes

    October 18, 2018

    โž• Added

    • โž• Added __node to be able to create nodes in case there's a name collision with a reserved keyword or a built-in method.
  • v0.1.0 Changes

    October 16, 2018

    ๐ŸŽ‰ Initial Release

    Included features:

    • Create queries and fragments using the GQLi::DSL.
    • HTTP client with automatic schema introspection and validation.