Skip to content

Releases: NRules/NRules.Language

v0.1.2

14 Aug 03:26

Choose a tag to compare

v0.1.1

03 Mar 00:21

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.1.1

  • Upgrades NRules to 1.0.2

Full Changelog: v0.1.0...v0.1.1

v0.1.0

13 Jan 04:13

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.1.0

  • Upgrades NRules to 1.0.1

Full Changelog: v0.0.9...v0.1.0

v0.0.9

22 Dec 06:38

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.0.9

  • Upgrades NRules to 0.9.4
  • #19 - Adds support for repeatability

v0.0.8

19 Dec 19:46

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.0.8

  • Upgrades NRules to 0.9.3
  • #13 - Fixes parsing of literals to use InvariantCulture to avoid unexpected behavior in different cultures/locales
  • #16 - Adds support for literal suffixes

v0.0.7

29 Mar 00:45

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.0.7

  • Upgrades NRules to 0.9.2.
  • No longer target .NET Framework 4.5. Continue targeting .NET Standard 2.0.

v0.0.6

26 Dec 23:43

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.0.6

  • Improves accuracy of rule parsing errors.
  • Upgrades NRules to 0.9.1.
  • Upgrades Antlr4.Runtime to 4.6.6.

v0.0.5

02 Jun 02:09

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.0.5

  • #5 - Improves diagnostics on rules parsing and compilation errors
  • #7 - Upgrades to NRules 0.9.0

v0.0.4

07 Sep 03:42

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.0.4

  • Fix package references, to keep Antlr4.CodeGenerator as a build-time reference only

v0.0.3

03 Sep 01:58

Choose a tag to compare

NuGet: https://www.nuget.org/packages/NRules.RuleSharp/0.0.3

  • #2 Added .NET Standard 2.0 target
  • #3 Exposed engine's context to rule actions (this allows rules to use forward chaining)
  • #4 Added support for object creation in rule actions (using new operator and object initializers)