<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/Data, branch v0.3</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Rename `Data.GraphQL.Printer` -&gt; `Data.GraphQL.Encoder`</title>
<updated>2015-09-22T12:23:18+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T12:23:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=af42e5577cf9dcb2c55a0d76a2e479880150e7f1'/>
<id>af42e5577cf9dcb2c55a0d76a2e479880150e7f1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for ghc-7.8</title>
<updated>2015-09-22T12:02:49+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T12:02:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=a4db99ea5d78637e15abdb2c8ed3f9864b6ad35b'/>
<id>a4db99ea5d78637e15abdb2c8ed3f9864b6ad35b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add kitchen sink parse/encode unit test</title>
<updated>2015-09-22T12:02:49+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T11:53:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=06b3302862e0c427439136241fb6299f215cec52'/>
<id>06b3302862e0c427439136241fb6299f215cec52</id>
<content type='text'>
This also includes the fixes to make it work. Golden tests have been
removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also includes the fixes to make it work. Golden tests have been
removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix alias colon order</title>
<updated>2015-09-22T09:16:36+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T09:16:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=45083642667fce8a1f6d1491f3487243416e8cc0'/>
<id>45083642667fce8a1f6d1491f3487243416e8cc0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Polish printer code</title>
<updated>2015-09-22T09:13:09+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T08:45:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=99b4d86702ccd015de811cdc37a4cf15a00fa95b'/>
<id>99b4d86702ccd015de811cdc37a4cf15a00fa95b</id>
<content type='text'>
- Add printing combinators to make code more readable.
- Optimize printing for encoding. Pretty printing will be in a different
  module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add printing combinators to make code more readable.
- Optimize printing for encoding. Pretty printing will be in a different
  module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parser fixes:</title>
<updated>2015-09-22T08:39:14+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T08:39:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=da973870428bf0c0f6be00370469cf8ffb957a30'/>
<id>da973870428bf0c0f6be00370469cf8ffb957a30</id>
<content type='text'>
- Braces instead of parens for `inputValueDefinitions`.
- Rename `bool` -&gt; `booleanValue`.
- Some code rearrangements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Braces instead of parens for `inputValueDefinitions`.
- Rename `bool` -&gt; `booleanValue`.
- Some code rearrangements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial implementation of GraphQL pretty printer</title>
<updated>2015-09-21T16:26:22+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-21T16:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=e74ee640a8e3db451c387bec276f3e0067524412'/>
<id>e74ee640a8e3db451c387bec276f3e0067524412</id>
<content type='text'>
This just typechecks. It needs to be cleaned and tested. Tests have been
deactivated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This just typechecks. It needs to be cleaned and tested. Tests have been
deactivated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `Node` data type to simplify `OperationDefinition`</title>
<updated>2015-09-21T08:05:09+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-21T08:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=3d97b3e2ff7cc6d5126c8c6c8b66eed3c1fe010b'/>
<id>3d97b3e2ff7cc6d5126c8c6c8b66eed3c1fe010b</id>
<content type='text'>
Thanks to @swolchok for the suggestion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to @swolchok for the suggestion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add errors for all parser `Alternative`s</title>
<updated>2015-09-21T07:28:51+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-21T07:28:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=88ca3d18664aa5fd64692491086b07876c5facae'/>
<id>88ca3d18664aa5fd64692491086b07876c5facae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle escaped quotes for GraphQL String Values</title>
<updated>2015-09-18T16:11:11+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-18T16:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=899fa1b53117e967ec5f201fb24b1fea9944f1f6'/>
<id>899fa1b53117e967ec5f201fb24b1fea9944f1f6</id>
<content type='text'>
This also includes a new type for Value String.

The tests fail now, although it parses successfully. I'll use a pretty
printer in next commit so that it's easier to spot the differences.
Onces this is working I'll add the rest of the escaped characters.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also includes a new type for Value String.

The tests fail now, although it parses successfully. I'll use a pretty
printer in next commit so that it's easier to spot the differences.
Onces this is working I'll add the rest of the escaped characters.
</pre>
</div>
</content>
</entry>
</feed>
