rule_engine 0.0.4
rule_engine: ^0.0.4 copied to clipboard
A zero-dependency rule engine for Dart and Flutter with Drools-like syntax.
0.0.4 04/09/2018 #
- Support for empty clauses
SimpleFact() - Support for floating point numbers
0.0.3 31/08/2018 #
- Added one environmental symbol (
$ruleName) - Removed unnecessary output
0.0.2 30/08/2018 #
- Fixed incorrect behavior of
not-operator with multiple types of facts. - Improved code style.
- Fixed an issue with documentation
0.0.1 20/08/2018 #
- Initial version, with support for aggregates and rolling windows.