Releases: MarketSquare/AssertionEngine
AssertionEngine 3.0.3
AssertionEngine 3.0.2
Define only minimum RF version. To ease migration to upcoming RF 7.0
AssertionEngine 3.0.0
Is backwards incompatible release with changes to defining scopes. Now scoping is moved to library maintainer side and AssertionEngine does not anymore has keyword for defining scope.
AssertionEngine 2.0.0
Changes how error messages are logged out if received value or expected message is string. Instead logging messages as plain text, string are converted with repl to a printable representation of string. Example different white space characters are printed out with Unicode value.
AssertionEngine 1.2.0
Adds equals
operator, which is new alias for ==
.
AssertionEngine 1.1.1
Add missing documentation for case insensitive formatter
AssertionEngine 1.1.0
Drop Python 3.7 because it is end of life and add new case intensive
formatter.
AssertionEngine 1.0.0
Fixed that verify_list_assertion not always return lists. This release is not backwards compatible.
AssertionEngine 0.6.1
Support PLC 4.0.0
AssertionEngine 0.6.0
Supported RF versions are ^5.0.1 and ^6.0.0
Also dependencies are updated.