v2.0.0-beta.1
Pre-release
Pre-release
·
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 requiresschemaComposer
as the second argument.VisitKindFn
now provide just one new argumentinfo: VisitInfo
.