Skip to content

v2.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Oct 19:52
· 4 commits to beta since this release

2.0.0-beta.1 (2021-10-06)

Features

  • astVisitor: add VisitInfo utility class which returns node info and useful methods for writing middlewares (d1a54ff)

BREAKING CHANGES

  • astVisitor: astVisitor function now requires schemaComposer as the second argument. VisitKindFn now provide just one new argument info: VisitInfo.