This repository was archived by the owner on Jul 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 11language : elixir
22elixir :
3- - 1.2.3
43 - 1.2.6
5- - 1.3.0-rc.1
4+ - 1.3.2
65otp_release :
7- - 18.2
86 - 18.3
7+ - 19.0
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.3.2 (2016-06-09)
4+
5+ * Enhancements
6+ * Future support for deferred resolvers
7+ * GraphQL IDL compiler
8+
9+ * Bugfixes
10+ * Validate operation name matches an operation
11+ * Resolve no longer fails when it cannot find a matching function
12+ * Fix 1.3 warnings
13+
14+
315## 0.3.1 (2016-06-09)
416
517* Bugfixes
618 * Fix introspection to include Input types when input types are arguments
719 to fields.
820
21+
922## 0.3.0 (2016-05-29)
1023
1124* Enhancements
2538* Note: the ` execute/5 ` signature will be changed to the ` execute_with_opts/3 `
2639 in a future version
2740
41+
2842## 0.2.0 (2016-03-19)
2943
3044* Enhancements
Original file line number Diff line number Diff line change 11defmodule GraphQL.Mixfile do
22 use Mix.Project
33
4- @ version "0.3.1 "
4+ @ version "0.3.2 "
55
66 @ description "GraphQL Elixir implementation"
77 @ repo_url "https://github.com/graphql-elixir/graphql"
You can’t perform that action at this time.
0 commit comments