summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDanny Navarro <j@dannynavarro.net>2015-09-14 17:25:18 +0200
committerDanny Navarro <j@dannynavarro.net>2015-09-14 17:25:18 +0200
commit7cf2b5933148a3d0e2f996dd483398579cddbeed (patch)
treeeb4359f6b606c29f7b48ed5a7564a5050fdec92e /CHANGELOG.md
parentdcd7b46a6d726313f89473dc91f4ef468c4f6ae7 (diff)
downloadgraphql-7cf2b5933148a3d0e2f996dd483398579cddbeed.tar.gz
Version bump, CHANGELOG and some gardening
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5ca3ef..8f8d712 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file.
+## [0.2] - 2015-09-14
+### Added
+- Rudimentary parser for `GraphQL` which successfully parses the sample file
+ `kitchen-sink.graphql` from `graphql-js` tests.
+- Golden test for `kitchen-sink.grahql` parsing.
+### Changed
+- Many optional data types in `GraphQl` didn't need to be wrapped in a `Maybe`.
+- Some `newtype`s became type synonyms for easier parsing.
+
## [0.1] - 2015-09-12
### Added
- Data types for the GraphQL language.