Releases: MarketSquare/Robot-Framework-Mainframe-3270-Library
Robot Framework Mainframe-3270 v4.1
What's Changed
- #110 Get Cursor Position by @robinmatz in #113
- #112 Implement find string keyword by @robinmatz in #114
- #111 Read From Current Position keyword by @robinmatz in #115
- #117 Create Get String Positions Only Before / After keywords by @robinmatz in #118
- Release version 4.1 by @robinmatz in #124
- Release 4.1 by @samuelpcabral in #126
Full Changelog: v4.0...v4.1
Robot Framework Mainframe-3270 v4.0
What's Changed
- Doclink fixes and minor textual changes by @Harm10 in #99
- (#73) Enable concurrent connections by @robinmatz in #97
- Improve acceptance tests by @Harm10 in #100
- (#101) Modularize the library by @robinmatz in #102
- (#103) Provide absolute URLs to files in README by @robinmatz in #104
- Standard indentation and grammar correction by @samuelpcabral in #105
- (#31) Setup the emulator model by @robinmatz in #107
- Prepare release 4.0 by @robinmatz in #108
----------------------------------------------- IMPORTANT -----------------------------------------------
There is a breaking change with the Send PF keyword. The argument was renamed from PF (upper case) to pf (llower case).
I.e. if you used the keyword with a named argument like this
Send PF PF=1
this will now result in a failure and they have to rename it to
Send PF pf=1
For those who use it as a positional argument
Send PF 1
there will be no change in user experience.
----------------------------------------------- IMPORTANT -----------------------------------------------
Full Changelog: v3.2...v4.0
Robot Framework Mainframe-3270 v3.2
What's Changed
- (#88) Enable execution in Docker container by @robinmatz in #89
- (#76) Open connection with pre configured session by @robinmatz in #90
- (#92) Enable shell-like syntax in
extra_args
from file by @robinmatz in #93 - Prepare Release 3.2 by @robinmatz in #96
Full Changelog: v3.1...v3.2
Robot Framework Mainframe-3270 v3.1
What's Changed
- remove dependency 'six' by @samuelpcabral in #68
- (#77) Return file path from Take Screenshot by @Harm10 in #78
- (#32) Enable setting screenshot file name prefix by @Harm10 in #81
- Bug: Port is ignored when specified from extra_args by @Harm10 in #84
- Working text links Open Connection by @Harm10 in #85
- (#67) Create contributing guidelines by @robinmatz in #75
- Prepare release 3.1 by @robinmatz in #86
New Contributors
Full Changelog: v3.0...v3.1
What's Changed
- remove dependency 'six' by @samuelpcabral in #68
- (#77) Return file path from Take Screenshot by @Harm10 in #78
- (#32) Enable setting screenshot file name prefix by @Harm10 in #81
- Bug: Port is ignored when specified from extra_args by @Harm10 in #84
- Working text links Open Connection by @Harm10 in #85
- (#67) Create contributing guidelines by @robinmatz in #75
- Prepare release 3.1 by @robinmatz in #86
- version 3.1 by @samuelpcabral in #87
New Contributors
Full Changelog: v3.0...v3.1
Robot Framework Mainframe-3270 v3.0
Update on "Open Connection"
Now, you can provide further configuration data to extra_args. extra_args takes in a list, or a path to a file, containing x3270 command line options. Entries in the argfile can be on one line or multiple lines. Lines starting with "#" are considered comments.
What's Changed
- Adjust CHANGELOG by @robinmatz in #62
Full Changelog: 3.0...v3.0