Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 11:53
· 3 commits to master since this release

3.0.0 (2021-12-03)

Features

  • fieldConfig validation moved from astToSchema() to directoryToAst() method. (5574f2b)

BREAKING CHANGES

  • FieldConfig is now stored in AST.fieldConfig property and is used as mutable value (every ast transformer use this value and may change it).