Skip to content

2.0.3

Compare
Choose a tag to compare
@alex-tiurin alex-tiurin released this 27 Dec 07:43
· 79 commits to master since this release

New cool feature:

  • Custom assertion of any operation - read wiki

New cool exception message.

  • It contains a full history of exceptions that happened during operation performance
  • It provides a detailed an clear information of that's going on wrong.
    (feedback is appreciated)

Simplified Ultron extensions:

If you already have custom operations, you are going to find deprecated methods. Custom operation assertion is not working with deprecated extensions. Please modify your extensions.
It's really easy to support, just delete several lines and use new methods as it's described in samples.

Deleted - EspressoActionType.CUSTOM. In case you use it just delete the line. By default will be used CommonOperationType.DEFAULT.