Releases: northwesternmutual/regent
Releases · northwesternmutual/regent
Security updates
Updated Jest to major version 26, and stryker to major version 3 to patch a few dev dependency vulnerabilities
v2.5.1
Fix webpack build bug caused by webpack v4.x
v3.0.5
Fixes NPM audit vulnerabilities.
v3.0.4
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
Added explainLogic
function to help logic table debugging
v2.2.4
- Updated npm dependencies to fix vulnerabilities.
- Switched test suite to Jest.
- Added mutant testing with Stryker
2.2.0
- 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
Add missing documentation for xor
. Thanks @wolfadex for the contribution.
Bug fixes
This version fixes a bug with explain
where it would not handle rules with just a left
or right
prop.
Issue #14