Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 651 Bytes

CHANGELOG.md

File metadata and controls

44 lines (27 loc) · 651 Bytes

Changelog

2.1.0

  • Don't mutate AST nodes (#5)
  • Upgrade vendors

2.0.0

  • 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

1.3.0

  • Expose concat helper

1.2.0

  • Add AST generation
  • Add AST transformation API
  • Add traverse utility
  • Remove inconsistencies of argument parsing algorithm

1.1.1

  • Upgrade graphql-types

1.1.0

  • Move type definitions to graphql-types

1.0.1

  • Publish on NPM
  • Upgrade vendors

1.0.0

  • Initial release