Skip to content

Crank - v0.11.0

Compare
Choose a tag to compare
@iamEAP iamEAP released this 19 Jun 02:32
· 16 commits to master since this release

New in this Version

  • Date Tokens - As of v0.11.0, Crank supports Date Tokens, which allow scenarios to be written with assertions and actions that contain date/times that are computed at Scenario Parse time. [#62]

The format of the date token is: {{date(*)}} where * can be a natural language string referring to dates/times in formats like the following:

  • Specific Dates: {{date(January 1st, 2020)}}
  • Relative Dates: {{date(1 day ago)}}
  • With More Precision: {{date(30 minutes from now)}}

Contributors.

Thanks to @saludangelito for contributions to this release.