- Add VariableSpec class with magnitude field validation - Add Formula class supporting multiple input/output variables - Support d4rt_code as string or object with code field - Add comprehensive tests for parsing and serialization - Fix broken test import in pruebas_d4rt_test.dart Follows README.md format requirements exactly
829 B
829 B
2.1.2
- Increase the SDK minimum to
3.1.0. - Move to
dart-lang/toolsmonorepo.
2.1.1
- Increase the SDK minimum to
2.17.0. - Populate the pubspec
repositoryfield.
2.1.0
- Stable release for null safety.
2.0.0
- Breaking:
BooleanSelector.evaluatealways takes abool Function(String). For use cases previously passing aSet<String>, tear off the.containsmethod. 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_scanner1.0.0.
1.0.1
- Fix all strong mode warnings.
1.0.0
- Initial release.