Skip to content

Releases: JFoederer/robotframeworkNL

Version 3.1

21 Jun 14:23
Compare
Choose a tag to compare

The upgrade from v3.0 to v3.1 contains these improvements:

  • The operator contains item for list-like test data is now available in its plural form contains 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

11 Jan 10:32
a1bd2a5
Compare
Choose a tag to compare

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

09 Jan 08:34
af3de9a
Compare
Choose a tag to compare

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.