<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/CHANGELOG.md, branch v0.6.0.0</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Release 0.6.0.0</title>
<updated>2019-11-27T07:26:51+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-27T07:26:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=34977849849cf72439ec6db61d641d70ee82dfb5'/>
<id>34977849849cf72439ec6db61d641d70ee82dfb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a reader instance to the resolvers</title>
<updated>2019-11-23T08:49:12+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-23T08:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=587aab005ed1e4e9bd8966d44ff878891cbc8ce7'/>
<id>587aab005ed1e4e9bd8966d44ff878891cbc8ce7</id>
<content type='text'>
The Reader contains a Name/Value hashmap, which will contain resolver
arguments.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Reader contains a Name/Value hashmap, which will contain resolver
arguments.
</pre>
</div>
</content>
</entry>
<entry>
<title>Try type parsers in a different order</title>
<updated>2019-11-22T07:00:50+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-22T07:00:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=625d7100ca123e5aff265fb843ec4979d76a9f7d'/>
<id>625d7100ca123e5aff265fb843ec4979d76a9f7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support nested fragments in any order</title>
<updated>2019-11-12T09:47:10+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-11T14:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=31c516927d75a5431c171f4d5dbd3bf0cd32956e'/>
<id>31c516927d75a5431c171f4d5dbd3bf0cd32956e</id>
<content type='text'>
Fix #19.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #19.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support nested fragments</title>
<updated>2019-11-09T22:24:31+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-09T22:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=1dd6b7b013dfe2092859ddc3850944a9925a45dd'/>
<id>1dd6b7b013dfe2092859ddc3850944a9925a45dd</id>
<content type='text'>
... without forward lookup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
... without forward lookup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move related modules to Language.GraphQL.AST</title>
<updated>2019-11-03T10:00:18+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-11-03T09:42:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=73fc334bf8d7bd6d8b83143995844ca0968ceeda'/>
<id>73fc334bf8d7bd6d8b83143995844ca0968ceeda</id>
<content type='text'>
Fixes #18.

- `Language.GraphQL.Encoder` moved to `Language.GraphQL.AST.Encoder`.
- `Language.GraphQL.Parser` moved to `Language.GraphQL.AST.Parser`.
- `Language.GraphQL.Lexer` moved to `Language.GraphQL.AST.Lexer`.
- All `Language.GraphQL.AST.Value` data constructor prefixes were removed. The
  module should be imported qualified.
- All `Language.GraphQL.AST.Core.Value` data constructor prefixes were removed.
  The module should be imported qualified.
- `Language.GraphQL.AST.Transform` is now isn't exposed publically anymore.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #18.

- `Language.GraphQL.Encoder` moved to `Language.GraphQL.AST.Encoder`.
- `Language.GraphQL.Parser` moved to `Language.GraphQL.AST.Parser`.
- `Language.GraphQL.Lexer` moved to `Language.GraphQL.AST.Lexer`.
- All `Language.GraphQL.AST.Value` data constructor prefixes were removed. The
  module should be imported qualified.
- All `Language.GraphQL.AST.Core.Value` data constructor prefixes were removed.
  The module should be imported qualified.
- `Language.GraphQL.AST.Transform` is now isn't exposed publically anymore.
</pre>
</div>
</content>
</entry>
<entry>
<title>Release 0.5.1.0</title>
<updated>2019-10-22T05:07:54+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-10-22T05:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=75bc3b8509e6a5a7a729a7aa1367a4a4fe82613e'/>
<id>75bc3b8509e6a5a7a729a7aa1367a4a4fe82613e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline fragments without type</title>
<updated>2019-10-11T21:28:55+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-10-11T21:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=37254c8c9532794ed41570ef8c646c41e7044f2c'/>
<id>37254c8c9532794ed41570ef8c646c41e7044f2c</id>
<content type='text'>
Fixes #11.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #11.
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate plural type aliases</title>
<updated>2019-10-01T05:24:25+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-10-01T04:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=b2a9ec7d829cde4d49cf6051c12fd64955979f7c'/>
<id>b2a9ec7d829cde4d49cf6051c12fd64955979f7c</id>
<content type='text'>
Fixes #16. Deprecates:

- Language.GraphQL.AST.Arguments
- Language.GraphQL.AST.Directives
- Language.GraphQL.AST.VariableDefinitions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #16. Deprecates:

- Language.GraphQL.AST.Arguments
- Language.GraphQL.AST.Directives
- Language.GraphQL.AST.VariableDefinitions
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pending inline fragment tests</title>
<updated>2019-09-13T18:33:39+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-09-13T18:33:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=c075a41582279be2ed1f2b5d5c758ab14d664770'/>
<id>c075a41582279be2ed1f2b5d5c758ab14d664770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
