Version bump, CHANGELOG and some gardening

This commit is contained in:
Danny Navarro
2015-09-14 17:25:18 +02:00
parent dcd7b46a6d
commit 7cf2b59331
3 changed files with 16 additions and 4 deletions

View File

@ -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.