- Increase the SDK minimum to
3.1.0
.
- Increase the SDK minimum to
2.17.0
. - Populate the pubspec
repository
field.
- Stable release for null safety.
- 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
.
- Update package metadata & add
example/
folder
- Now requires Dart 2.
- Work around an inference bug in the new common front-end.
- Declare compatibility with
string_scanner
1.0.0.
- Fix all strong mode warnings.
- Initial release.