- Don't mutate AST nodes (#5)
- Upgrade vendors
- Update GraphQL syntax according to the latest preview
- Rework AST (specification)
- Rework all API
- Replace
parsly
by a brand new parser - Replace
graphql-types
by plain JS objects
- Expose
concat
helper
- Add AST generation
- Add AST transformation API
- Add
traverse
utility - Remove inconsistencies of argument parsing algorithm
- Upgrade
graphql-types
- Move type definitions to
graphql-types
- Publish on NPM
- Upgrade vendors
- Initial release