Skip to content

Releases: northwesternmutual/regent

Security updates

26 Jan 18:22
d73f168
Compare
Choose a tag to compare

Updated Jest to major version 26, and stryker to major version 3 to patch a few dev dependency vulnerabilities

v2.5.1

11 Aug 14:41
Compare
Choose a tag to compare

Fix webpack build bug caused by webpack v4.x

v3.3.4

03 Aug 14:05
Compare
Choose a tag to compare
3.3.4

v3.0.5

06 Apr 14:14
Compare
Choose a tag to compare

Fixes NPM audit vulnerabilities.

v3.0.4

10 Mar 15:22
b0141c8
Compare
Choose a tag to compare

Regent v3.x.x is a breaking change from v2.x.x. The way you define rules has change, and some built in predicates have been removed. Please refer to the documentation for more details.

Add logic table explain

04 Nov 21:03
Compare
Choose a tag to compare

Added explainLogic function to help logic table debugging

v2.2.4

05 Jun 14:17
Compare
Choose a tag to compare
  • Updated npm dependencies to fix vulnerabilities.
  • Switched test suite to Jest.
  • Added mutant testing with Stryker

2.2.0

19 Sep 19:29
Compare
Choose a tag to compare
  • Adds the predicates every and some
  • Modifies regent core to allow every and some to work
  • Updates the documentation
  • Exposes an alias of regent.evaluate as regent.rule
  • Updates module dependencies

2.1.1

29 Jun 17:51
Compare
Choose a tag to compare

Add missing documentation for xor. Thanks @wolfadex for the contribution.

Bug fixes

16 May 16:36
Compare
Choose a tag to compare

This version fixes a bug with explain where it would not handle rules with just a left or right prop.

Issue #14