simple_expressions 1.1.0
simple_expressions: ^1.1.0 copied to clipboard
A small, dependency-free expression evaluator for Dart and Flutter.
1.1.0 #
- Aligned
eqwith the reference implementations by supporting structural equality for lists, including nested lists and loose element comparison. - Added shared conformance coverage for structural list equality.
1.0.1 #
- Corrected the public parsed-expression class name to
SimpleExpressionto match the TypeScript reference. - This release replaces the retracted 1.0.0 release, which exposed the class as
Expression.
1.0.0 #
- Initial stable release.
- Added expression parsing and evaluation for Dart and Flutter.
- Added model references, operators, caching, and conformance tests.