<feed xmlns='http://www.w3.org/2005/Atom'>
<title>graphql/TODO, branch master</title>
<subtitle>GraphQL implementation in Haskell.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/'/>
<entry>
<title>Remove TODO</title>
<updated>2019-07-17T05:06:35+00:00</updated>
<author>
<name>Eugen Wissner</name>
<email>belka@caraus.de</email>
</author>
<published>2019-07-17T05:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=74801b0483c9d1e1acf50e6945ebf7e725e93a6d'/>
<id>74801b0483c9d1e1acf50e6945ebf7e725e93a6d</id>
<content type='text'>
Issues should be created instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issues should be created instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Version Bump</title>
<updated>2015-09-22T12:27:10+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-22T12:27:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=6ce2004264fe73bdcfbc8a4a19de659266442cb2'/>
<id>6ce2004264fe73bdcfbc8a4a19de659266442cb2</id>
<content type='text'>
This also includes updates to CHANGELOG, TODO and README.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also includes updates to CHANGELOG, TODO and README.
</pre>
</div>
</content>
</entry>
<entry>
<title>Parse secure names</title>
<updated>2015-09-18T13:43:22+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-18T13:43:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=4f4e31805ab259fe7c818f0b4f58fce2ab3ee373'/>
<id>4f4e31805ab259fe7c818f0b4f58fce2ab3ee373</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Garden</title>
<updated>2015-09-18T12:55:59+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-18T12:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=c9c1137cebe5629f145f55fc941cb09ce7b3d02a'/>
<id>c9c1137cebe5629f145f55fc941cb09ce7b3d02a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add golden test for kitchen-sink.graphql</title>
<updated>2015-09-14T15:01:14+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-14T15:01:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=8d81f43b611bd9624ab1ebfdb8c0cd9c2e4d9539'/>
<id>8d81f43b611bd9624ab1ebfdb8c0cd9c2e4d9539</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle comments in whitespace</title>
<updated>2015-09-14T13:43:09+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-14T13:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=ec018db73affd8e7287ff2c8384f5d424248140a'/>
<id>ec018db73affd8e7287ff2c8384f5d424248140a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update TODO</title>
<updated>2015-09-14T12:32:46+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-14T12:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=3084b188dd36739b291e5352b2baf34f96bee6d1'/>
<id>3084b188dd36739b291e5352b2baf34f96bee6d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add GraphQL parser</title>
<updated>2015-09-13T11:55:15+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-13T11:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=0e67fdc21cc686aa0cb27f87fc36d769310f1484'/>
<id>0e67fdc21cc686aa0cb27f87fc36d769310f1484</id>
<content type='text'>
WIP: This parser just type checks, it hasn't even been tested manually.
Check new tasks in the TODO file and the TODO comments in the code for
more gotchas.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WIP: This parser just type checks, it hasn't even been tested manually.
Check new tasks in the TODO file and the TODO comments in the code for
more gotchas.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit</title>
<updated>2015-09-12T10:54:05+00:00</updated>
<author>
<name>Danny Navarro</name>
<email>j@dannynavarro.net</email>
</author>
<published>2015-09-12T10:54:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.caraus.tech/graphql/commit/?id=5af71368933fb8d7018897de24dae293b01d5a4c'/>
<id>5af71368933fb8d7018897de24dae293b01d5a4c</id>
<content type='text'>
This includes a rough port of the data types at
https://github.com/graphql/graphql-js/blob/master/src/language/ast.js
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This includes a rough port of the data types at
https://github.com/graphql/graphql-js/blob/master/src/language/ast.js
</pre>
</div>
</content>
</entry>
</feed>
