Skip to content

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Nov 08:25
· 20 commits to main since this release

2.0.0 - 2022-11-08

Added

  • Script sublexer, script compiler and syntax rules now produce debug logs for debugging
  • Compatibility check of AST metadata into validators
  • safety field to UseCaseStructure
  • Added expression to getPath
  • getAccessKey returns error for dynamic expressions
  • Added isAccessKeyError and isAccessKey

Changed

  • BREAKING CHANGE: property fields in ObjectStructure is no longer optional
  • Renamed getVariableName to getAccessKey

Fixed

  • Script sublexer infinite loop on some invalid scripts (nesting ignoring EOF token)
  • Validator now properly handles list property access