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