<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/CHANGELOG.md, branch v0.7.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.7.0.0</title>
<updated>2020-05-11T10:34:48+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-11T10:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=9232e08eb96ff6613ee6987d746d530bf2b8e6b2'/>
<id>9232e08eb96ff6613ee6987d746d530bf2b8e6b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Separate Query and Mutation resolvers</title>
<updated>2020-05-10T16:32:58+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-05-10T16:32:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=500cff20eb21b28359400b99a4dfda4009229b95'/>
<id>500cff20eb21b28359400b99a4dfda4009229b95</id>
<content type='text'>
Fixes #33 .
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #33 .
</pre>
</div>
</content>
</entry>
<entry>
<title>Write contrinbuting guidelines</title>
<updated>2020-04-12T06:32:39+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-04-12T06:32:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=387d158bd1192e459d06c29e2ae923b7b30ffa4a'/>
<id>387d158bd1192e459d06c29e2ae923b7b30ffa4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't encode controls as block strings</title>
<updated>2020-04-10T09:19:36+00:00</updated>
<author>
<name>Dmitrii Skurikhin</name>
<email>dmitrii.sk@gmail.com</email>
</author>
<published>2020-03-29T13:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=2760bd8ee120b5f8db95dd96ce85890cc88d9e8e'/>
<id>2760bd8ee120b5f8db95dd96ce85890cc88d9e8e</id>
<content type='text'>
Fixes #39.

String containing control sequences should be encoded as simple strings
even if they contain newlines, since the block strings can contain only
SourceCharacters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #39.

String containing control sequences should be encoded as simple strings
even if they contain newlines, since the block strings can contain only
SourceCharacters.
</pre>
</div>
</content>
</entry>
<entry>
<title>encode null value as "null"</title>
<updated>2020-03-31T07:04:34+00:00</updated>
<author>
<name>Dmitrii Skurikhin</name>
<email>dmitrii.sk@gmail.com</email>
</author>
<published>2020-03-31T07:04:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=30d6a0a58dcdd20bf9ef555d5fc476436f520f85'/>
<id>30d6a0a58dcdd20bf9ef555d5fc476436f520f85</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace MonadIO constraint with just Monad</title>
<updated>2020-02-01T19:46:35+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-02-01T19:46:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=67bebf853ca5a248358ea1854124a46b70c677cd'/>
<id>67bebf853ca5a248358ea1854124a46b70c677cd</id>
<content type='text'>
And make the tests use Identity instead of IO.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And make the tests use Identity instead of IO.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse type extensions</title>
<updated>2020-01-26T10:55:15+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-26T10:55:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=a6bd2370b6ba6f9eba6f0911ce9f8e8042a7f26b'/>
<id>a6bd2370b6ba6f9eba6f0911ce9f8e8042a7f26b</id>
<content type='text'>
Signed-off-by: Eugen Wissner &lt;belka@caraus.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Eugen Wissner &lt;belka@caraus.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse schema extensions</title>
<updated>2020-01-25T15:45:39+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-25T15:37:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=b4a3c9811447ab1c7704e9667ff0103771b7587c'/>
<id>b4a3c9811447ab1c7704e9667ff0103771b7587c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "extend symbol" lexer to parse extensions</title>
<updated>2020-01-17T11:29:06+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-17T11:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=3ef27f9d112fcd035a8d351b6e246768355854ae'/>
<id>3ef27f9d112fcd035a8d351b6e246768355854ae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse complete TypeSystemDefinition</title>
<updated>2020-01-15T19:20:50+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2020-01-15T19:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=ba710a3c968f954d69d3412d91b06debb4fc5a6d'/>
<id>ba710a3c968f954d69d3412d91b06debb4fc5a6d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
