All Versions
25
Latest Version
Avg Release Cycle
99 days
Latest Release
-

Changelog History
Page 2

  • v1.5.0-rc.1

    January 08, 2020
  • v1.5.0-rc.0

    December 19, 2019
  • v1.5.0-alpha.0 Changes

    May 04, 2019

    2019-05-04

  • v1.4.7

    May 04, 2019
  • v1.4.6 Changes

    October 27, 2018
    • ๐Ÿ›  Fixes support for newer Phoenix versions.
    • ๐Ÿ›  Misc bug fixes.
    • ๐Ÿ’ฅ Breaking Change: when an invalid argument is passed, the return value is now 200 instead of 400
  • v1.4.4 Changes

    April 20, 2018
    • ๐Ÿ› Bug Fix: Document providers will properly get context now.
  • v1.4.3 Changes

    April 12, 2018
    • ๐Ÿ‘Œ Improve socket handling with GraphiQL playground
  • v1.4.2 Changes

    December 13, 2017
    • โšก๏ธ Reverted some problematic javascript updates added in v1.4.1.
  • v1.4.1 Changes

    • ๐Ÿ”‹ Feature: before_send: option. Run a function that can alter the conn based on the GraphQL result.
    • โšก๏ธ Chore: Update GraphiQL Workspace and Playground.
  • v1.4.0 Changes

    • ๐Ÿ”‹ Feature: Updated GraphiQL Workspace (:advanced interface) to latest version; supports subscriptions.
    • ๐Ÿ› Bug Fix: Fix breakage when calling a document provider using DocumentProvider.Compiled without passing params. (#112)