Skip to content

0.6.0 - Rule Extensibility, Auditing, Generic Events

Compare
Choose a tag to compare
@valhuber valhuber released this 27 Dec 19:01
· 130 commits to main since this release
  • Rule Extensibility

    • e.g., for auditing
  • Generic early events: early_row_event_all_classes (see Rule Extensibility link above)

    • e.g., for time/date stamping
  • New LogicRow functions (see Rule Extensibility link above):

    • are_attributes_changed

    • set_same_named_attributes

  • Minor rename of logic class in nw. Some screen shots may still show the old name (rules_bank.py) instead of logic.py.

  • Bug Fix: (normal) row events weren't firing (other events - early and commit events - were fine)