Skip to content

Releases: robotcodedev/robotcode

v0.10.0

23 Mar 17:28
v0.10.0
30445bf
Compare
Choose a tag to compare

added

  • Variable analysis, finds undefined variables
    • in variables, also inner variables like ${a+${b}}
    • in inline python expression like ${{$a+$b}}
    • in expression arguments of IF/WHILE statements like $a<$b
    • in BuiltIn keywords which contains an expression or condition argument, like Evaluate, Should Be True, Skip If, ...
  • Improve handling of completion for argument definitions
  • Support for variable files
    • there is a new setting robotcode.robot.variableFiles and corresponding variableFiles launch configuration setting
    • this corresponds to the --variablefile option from robot
  • Introduce setting robotcode.robot.paths and correspondend launch config property paths
    • Specifies the paths where robot/robotcode should discover test suites. Corresponds to the paths option of robot
  • Correct handling of argument definitions wich contains a default value from an allready defined argument
  • Correct handling of argument definitions wich contains a default value with existing variable with same name
  • Implement "Uncaughted Failed Keywords" exception breakpoint
    • from now this is the default breakpoint, means debugger stops only if a keyword failed and it is not called from:
      • BuiltIn.Run Keyword And Expect Error
      • BuiltIn.Run Keyword And Ignore Error
      • BuiltIn.Run Keyword And Warn On Failure
      • BuiltIn.Wait Until Keyword Succeeds
      • BuiltIn.Run Keyword And Continue On Failure
    • partially fixes #44
  • Speedup updating test explorers view
  • Rework debugger termination
    • if you want to stop the current run
      • first click on stop tries to break the run like if you press CTRL+c to give the chance that logs and reports are written
      • second click stops/kill execution
  • 'None' values are now shown correctly in debugger
  • Rework handling keywords from resource files with duplicate names
    • also fixes #43
  • Optimize collecting model errors
    • also fixes #42
  • Add mode property to launch configuration and robotcode.robot.mode setting for global/workspace/folder
    • define the robot running mode (default, rpa, norpa)
    • corresponds to the '--rpa', '--norpa' option of the robot module.
    • fixes #21
  • Introduce new RF 5 ${OPTIONS} variable

v0.9.6

23 Mar 08:23
v0.9.6
455a0ee
Compare
Choose a tag to compare
v0.9.6 Pre-release
Pre-release

added

  • Variable analysis, finds undefined variables
    • in variables, also inner variables like ${a+${b}}
    • in inline python expression like ${{$a+$b}}
    • in expression arguments of IF/WHILE statements like $a<$b
    • in BuiltIn keywords which contains an expression or condition argument, like Evaluate, Should Be True, Skip If, ...
  • Improve handling of completion for argument definitions
  • Support for variable files
    • there is a new setting robotcode.robot.variableFiles and corresponding variableFiles launch configuration setting
    • this corresponds to the --variablefile option from robot

v0.9.5

19 Mar 15:14
v0.9.5
ac0ac27
Compare
Choose a tag to compare
v0.9.5 Pre-release
Pre-release

added

  • Correct handling of argument definitions wich contains a default value from an allready defined argument

v0.9.4

19 Mar 06:37
v0.9.4
f575508
Compare
Choose a tag to compare
v0.9.4 Pre-release
Pre-release
  • Correct handling of argument definitions wich contains a default value with existing variable with same name
  • Implement "Uncaughted Failed Keywords" exception breakpoint
    • from now this is the default breakpoint, means debugger stops only if a keyword failed and it is not called from:
      • BuiltIn.Run Keyword And Expect Error
      • BuiltIn.Run Keyword And Ignore Error
      • BuiltIn.Run Keyword And Warn On Failure
      • BuiltIn.Wait Until Keyword Succeeds
      • BuiltIn.Run Keyword And Continue On Failure
    • partially fixes #44
    • speedup updating test exploers view

v0.9.3

16 Mar 16:25
v0.9.3
0d956e5
Compare
Choose a tag to compare
v0.9.3 Pre-release
Pre-release

added

  • Introduce setting robotcode.robot.paths and correspondend launch config property paths
    • Specifies the paths where robot/robotcode should discover test suites. Corresponds to the 'paths' option of robot
  • Introduce setting robotcode.robot.variableFiles and correspondend launch config property variableFiles
    • Specifies the variable files for robotframework. Corresponds to the '--variablefile' option of robot.
  • Rework debugger termination
    • if you want to stop the current run
      • first click on stop tries to break the run like if you press CTRL+c to give the chance that logs and reports are written
      • second click stops/kill execution
  • 'None' values are now shown correctly in debugger

v0.8.0

12 Mar 00:32
v0.8.0
3eed22d
Compare
Choose a tag to compare

added

  • Introduce new version scheme to support pre-release versions of the extension
  • Rework handling VSCode test items to ensure all defined tests can be executed, also when they are ambiguous
  • Semantic highlighting of new WHILE and EXCEPT options for RF 5.0
  • Support for inline IF for RF 5.0
  • Support for new BREAK, CONTINUE, RETURN statements for RF 5.0

v0.7.9

10 Mar 20:33
v0.7.9
cee33dd
Compare
Choose a tag to compare
v0.7.9 Pre-release
Pre-release
  • none so far

v0.7.5

09 Mar 21:34
v0.7.5
82cae0b
Compare
Choose a tag to compare
v0.7.5 Pre-release
Pre-release
0.7.5

v0.7.4

08 Mar 23:13
v0.7.4
fe5d1b8
Compare
Choose a tag to compare
v0.7.4 Pre-release
Pre-release

added

  • automate uploading of release assets

v0.7.3

09 Mar 00:48
v0.7.3
68d548e
Compare
Choose a tag to compare
v0.7.3 Pre-release
Pre-release
  • automate creating github release for a new version tag