Releases: JFoederer/robotframeworkNL
Version 3.2 - Check within same timespan
This feature release introduces the option to let multiple checks use a shared time constraint. Suppose the previous check set a time constraint of 5 seconds and that check took 2 seconds to complete. If the next check uses within same timespan, then this check has the remaining 3 seconds to complete successfully.
Note: This is the last release that is compatible with Python 3.13. The next release will require Python 3.14 or newer, due to changes in Python's type hint handling.
Version 3.1
The upgrade from v3.0 to v3.1 contains these improvements:
- The operator
contains itemfor list-like test data is now available in its plural formcontains items. - New operator keyword added for list-like test data:
contains ${n} items - Improved documentation with clarifying examples
- Bug fix for inline arguments when using custom data types via a Robot variable
Robot Framework 7 compatibility
You will need this release to keep using RobotNL after upgrading to Robot Framework 7. Note that with this release older versions of Robot Framework are no longer supported due to incompatible changes. This v3.0 release is however a compatibility release only. Robot Framework 6 users can still use version 2.2.1, which contains all the same features as v3.0.
Improved behaviour for list-like operators
v2.2.1 is a patch release following v2.2.0 that addresses some issues with operator keywords on list-like objects. This will be the last release for Robot Framework 6. The upcoming Robot Framework 7 release has some breaking changes in areas used to support inline keyword arguments.