Skip to content

3.48.0

Compare
Choose a tag to compare
@bjuric bjuric released this 10 Oct 12:05
· 34 commits to master since this release
  • Add JS arrow functions
    • Syntax: (args) => body
    • Add arrow function evaluation to REPL
    • Add new gwen.report.attach.functions setting to control whether or not to attach functions to steps (default is true)
  • Introduce boolean true and false literals
  • Annotation attributes can now be surrounded by back-ticks, in addition to single or double quotes
  • Include messages and location of errors at end of console report
  • Remove joda-time dependency and use java.time package instead
  • Only override bindings if their values differ to current ones