Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Oct 21:15
· 4 commits to master since this release

2.0.0 (2021-10-13)

Bug Fixes

  • VisitInfo: now getFieldPathArray correctly split fieldName with dots (b06e895)

Code Refactoring

  • rename relativePath to rootDir like in typescript manner (9bb5e2a)

Features

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

BREAKING CHANGES

  • in directoryToAst(module, opts) was renamed option relativePath to rootDir
  • astVisitor: astVisitor function now requires schemaComposer as the second argument. VisitKindFn now provide just one new argument info: VisitInfo.