Skip to content

Release v3.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Aug 19:12

Added

  • clear <property> in the projection declaration language, for removing the value a read model property holds — the language half of Cratis/Chronicle#3711, from review of Cratis/Chronicle#3713. <property> = null keeps parsing exactly as it does today
  • ClearMappingSyntax and ScreenplaySyntaxWalker.VisitClearMapping for consumers walking the syntax tree, with printing that brings clear back out as clear
  • clear in projection completion, hover and syntax highlighting for the Monaco language service and the VS Code extension