<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql, branch v0.6.1.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.1.0</title>
<updated>2019-12-23T05:35:32+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-23T05:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=bdf711d69f71596e29328ae766c126c04f919267'/>
<id>bdf711d69f71596e29328ae766c126c04f919267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pretify multi-line string arguments as block strings</title>
<updated>2019-12-21T08:25:05+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-21T08:16:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=b215e1a4a77368542c1b46fec234378feda4adce'/>
<id>b215e1a4a77368542c1b46fec234378feda4adce</id>
<content type='text'>
Fixes #10.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #10.
</pre>
</div>
</content>
</entry>
<entry>
<title>Encode Unicode. Fix #34</title>
<updated>2019-12-20T06:58:09+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-20T06:58:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=1e55f17e7e85e67d6c30c1d60d2e9ade3d89ed15'/>
<id>1e55f17e7e85e67d6c30c1d60d2e9ade3d89ed15</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Escape non-source characters in the encoder</title>
<updated>2019-12-19T05:59:27+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-19T05:59:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=9a5d54c0351e071a962d8d92805e0edf2f95fa1b'/>
<id>9a5d54c0351e071a962d8d92805e0edf2f95fa1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Execute.Directive to Type.Directive</title>
<updated>2019-12-18T08:03:18+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-17T08:03:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c'/>
<id>0cbe69736be1ce4e7e4d82ba70f97d5a2bdcdd0c</id>
<content type='text'>
Just to roughly follow the structure of the reference implementation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just to roughly follow the structure of the reference implementation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move Transform to Language.GraphQL.Execute</title>
<updated>2019-12-07T08:46:00+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-07T08:46:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=4c0d226030015c98ce76ebb4815dc9162ad10b11'/>
<id>4c0d226030015c98ce76ebb4815dc9162ad10b11</id>
<content type='text'>
Language.GraphQL.AST.Transform is an internal module. Even though it
works with the AST, it is a part of the execution process, it translates
the original parser tree into a simpler one, so the executor has less
work to do. Language.GraphQL.AST should contain only the parser and be
independent from other packages, so it can be used on its own.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Language.GraphQL.AST.Transform is an internal module. Even though it
works with the AST, it is a part of the execution process, it translates
the original parser tree into a simpler one, so the executor has less
work to do. Language.GraphQL.AST should contain only the parser and be
independent from other packages, so it can be used on its own.
</pre>
</div>
</content>
</entry>
<entry>
<title>Support directives (skip and include)</title>
<updated>2019-12-06T21:52:24+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-06T21:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb'/>
<id>3c1a5c800f382db0ae0c7a74ba3a5a1fdc4c23cb</id>
<content type='text'>
Fixes #24.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #24.
</pre>
</div>
</content>
</entry>
<entry>
<title>Consider __typename when evaluating fragments</title>
<updated>2019-12-02T06:43:19+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-12-01T19:43:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=fc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631'/>
<id>fc9ad9c4a1e2e79a6b93d2599ca8fa6770caf631</id>
<content type='text'>
Fixes #30.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #30.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix strings not consuming spaces</title>
<updated>2019-11-28T08:09:26+00:00</updated>
<author>
<name>Sam Nolan</name>
<email>samnolan555@gmail.com</email>
</author>
<published>2019-11-27T08:18:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=def52ddc202dc43f75ce5aebee3e448b263bde12'/>
<id>def52ddc202dc43f75ce5aebee3e448b263bde12</id>
<content type='text'>
Fixes #28
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #28
</pre>
</div>
</content>
</entry>
<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>
</feed>
