NRules v0.7.0 Release Notes

Release Date: 2017-07-19 // over 6 years ago
  • 📦 NuGet: https://www.nuget.org/packages/NRules/0.7.0

    • #98 - Ability to reference other facts in aggregate expressions
    • #116 - Ability to define additional conditions for existing fact matches ('Having' clause)
    • #117 - Ability to calculate values in rule matches. These values can be used in subsequent conditions or rule actions ('Calculate' clause)
    • 👍 #121, #122 - Support for ternary operator "?:" in rule conditions