Skip to content

Releases: xyb/robotframework-debuglibrary

v2.5.0

12 Jan 09:28
@xyb xyb
a8bcf31
Compare
Choose a tag to compare
  • support robotframework 7.0
  • drop support for python 3.7

v2.4.0

11 Jan 08:02
@xyb xyb
Compare
Choose a tag to compare
  • support python 3.9, 3.10, 3.11 and 3.12
  • drop support for python 3.6
  • upgrade robotframework to >= 4.0
  • upgrade prompt-toolkit to 3.x

v2.3.0

07 Jun 10:45
@xyb xyb
Compare
Choose a tag to compare
  • drop support for python 3.5
  • get source file and lineno in RF 4.0
  • use exc.message instead of full_message which was removed in RF 5.0

v2.2.2

29 Mar 07:42
@xyb xyb
Compare
Choose a tag to compare
  • Adding default empty string tuple to ensure proper formatting of prompt

v2.2.1

17 Jul 06:47
@xyb xyb
Compare
Choose a tag to compare
  • explicitly declare the dependent package prompt-toolkit must be >=2

v2.2.0

17 May 14:10
@xyb xyb
Compare
Choose a tag to compare
  • add Debug If keyword
  • rename libs' short name from l to ls to avoid conflict with command list

Support step debugging

09 May 16:10
@xyb xyb
Compare
Choose a tag to compare
  • add step, next, continue, list and longlist commands

v2.0.0

03 May 09:59
@xyb xyb
Compare
Choose a tag to compare
  • drop python 2 and 3.4 support
  • upgrade prompt-toolkit to 2.x
    • prompt-toolkit 3 is not compatible with python3.5
  • split the huge source file into small pieces
  • refactory

v1.2

05 Feb 09:11
@xyb xyb
Compare
Choose a tag to compare

Changelog since v1.1:

  • added support for command d(ocs)
  • Fix keyword discovery command
  • fix PermissionError when running rfdebug on Windows

v1.1

23 Feb 03:01
@xyb xyb
Compare
Choose a tag to compare

Changelog since v1.0:

  • change the minimum requirement of robotframework to version 2.9
  • support keyword document including non-ASCII characters
  • support import library with arguments
  • support passing pybot's arguments, disabled all logs by default
  • support press ctrl+c to interrupt running keywords
  • support comment format of robotframework
  • print value if input variable name only