boolean_selector 2.1.0-nullsafety boolean_selector: ^2.1.0-nullsafety copied to clipboard
A flexible syntax for boolean expressions, based on a simplified version of Dart's expression syntax.
2.1.0-nullsafety #
- Migrate to null safety. There are no expected semantic changes.
2.0.0 #
- Breaking:
BooleanSelector.evaluate
always takes abool Function(String)
. For use cases previously passing aSet<String>
, tear off the.contains
method. For use cases passing anIterable<String>
it may be worthwhile to first use.toSet()
before tearing off.contains
.
1.0.5 #
- Update package metadata & add
example/
folder
1.0.4 #
- Now requires Dart 2.
1.0.3 #
- Work around an inference bug in the new common front-end.
1.0.2 #
- Declare compatibility with
string_scanner
1.0.0.
1.0.1 #
- Fix all strong mode warnings.
1.0.0 #
- Initial release.