2018-07-10 New Version with improved rules

Today (2018-07-10) I have released a new version with an improved rule engine.

In previous versions the rule engine consumed the normal events. Such an event only contains the minimum information, e.g. when you publish a content you got something like:

{ 
    Id: "123",
    Date: "...",
    User: "..."
    Status: "Published"
}

Other information were not available. This was a problem for something like slack notifications, because you could not put the content data to your messages

With this release I introduced enriched events. The enriched events contain all information for the rule engine when something happens, therefore you have all information available now, you can also access the content data when you delete a content item.