Skip to content

Release v2.2.1

Choose a tag to compare

@github-actions github-actions released this 12 Aug 22:20
97bf712

Fixed

  • A command validation rule stated against a value the application resolves while it runs — dueDate > today, or a threshold naming another property — is no longer carried with a substituted operand. Screenplay allows it, a Stage rule holds a fixed value, and the conversion filled the gap with 0 (or, for matches, an empty pattern), so dueDate > today became "greater than zero". The rule is dropped instead, leaving a caller free to report what was not carried rather than reading a rule the document never stated.