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 1
1
language : elixir
2
2
elixir :
3
- - 1.2.3
4
3
- 1.2.6
5
- - 1.3.0-rc.1
4
+ - 1.3.2
6
5
otp_release :
7
- - 18.2
8
6
- 18.3
7
+ - 19.0
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## 0.3.1 (2016-06-09)
4
16
5
17
* Bugfixes
6
18
* Fix introspection to include Input types when input types are arguments
7
19
to fields.
8
20
21
+
9
22
## 0.3.0 (2016-05-29)
10
23
11
24
* Enhancements
25
38
* Note: the ` execute/5 ` signature will be changed to the ` execute_with_opts/3 `
26
39
in a future version
27
40
41
+
28
42
## 0.2.0 (2016-03-19)
29
43
30
44
* Enhancements
Original file line number Diff line number Diff line change 1
1
defmodule GraphQL.Mixfile do
2
2
use Mix.Project
3
3
4
- @ version "0.3.1 "
4
+ @ version "0.3.2 "
5
5
6
6
@ description "GraphQL Elixir implementation"
7
7
@ repo_url "https://github.com/graphql-elixir/graphql"
You can’t perform that action at this time.
0 commit comments