NRules v0.8.0 Release Notes

Release Date: 2017-11-29 // over 6 years ago
  • 📦 NuGet: https://www.nuget.org/packages/NRules/0.8.0

    • #99 - Added support for agenda filters that test rule activations to determine whether they should be added to the agenda or not.
    • #105 - Added error handling for aggregate expressions, binding expressions and agenda filters via events.
    • #126 - Added ability to maintain lineage between forward chained facts and their generating rule (linked facts). This automatically retracts linked forward-chained facts if the rule that produced them no longer matches corresponding facts.
    • ⚡️ #129 - Added ability to filter rule updates to only trigger if a given set of keys changed. This feature is built on top of agenda filters - #99