Skip to content

Releases: fyndiq/rules-engine

v0.3.0

02 Feb 17:01
Compare
Choose a tag to compare

Feature

Breaking changes

  • Rules can now have messages, so now we can know which rules is matched.
  • An object Result is returned instead, and it contains the action return value and the message
  • NoMatch is raised when no rules are matched