Skip to content

Releases: MarketSquare/AssertionEngine

AssertionEngine 3.0.3

21 Nov 19:21
Compare
Choose a tag to compare

Support for Robot Framework 7

AssertionEngine 3.0.2

11 Nov 16:40
Compare
Choose a tag to compare

Define only minimum RF version. To ease migration to upcoming RF 7.0

AssertionEngine 3.0.0

21 Oct 00:10
Compare
Choose a tag to compare

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

30 Aug 19:48
Compare
Choose a tag to compare

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

24 Aug 19:34
Compare
Choose a tag to compare

Adds equals operator, which is new alias for ==.

AssertionEngine 1.1.1

19 Aug 22:29
Compare
Choose a tag to compare

Add missing documentation for case insensitive formatter

AssertionEngine 1.1.0

19 Aug 22:05
Compare
Choose a tag to compare

Drop Python 3.7 because it is end of life and add new case intensive formatter.

AssertionEngine 1.0.0

06 Jan 22:58
Compare
Choose a tag to compare

Fixed that verify_list_assertion not always return lists. This release is not backwards compatible.

AssertionEngine 0.6.1

05 Nov 16:59
Compare
Choose a tag to compare

Support PLC 4.0.0

AssertionEngine 0.6.0

06 Oct 15:39
Compare
Choose a tag to compare

Supported RF versions are ^5.0.1 and ^6.0.0

Also dependencies are updated.