- Require
sdk: ^3.10.0
- Support upcoming build ecosystem changes.
- Require Dart >= 3.4.0
expectBuildClean: addgitDiffPathArgumentsparameter.- Use
--relativeingit diffcommand instead of just.. - Require Dart >= 2.18.0
- Run
git diffonly on the current working directory. - Require Dart >= 2.17.0
expectBuildCleanis now async. (ReturnsFuture<void>instead ofvoid.)defaultCommandnow usesdart run build_runner....- Now supports
flutter test. - Executed commands are now printed to the console.
- Require Dart
2.12.3.
- Require Dart
2.12.0. - Enable null safety.
- Properly report good builds that take >= 1 minute.
- Added
customCommandnamed argument toexpectBuildClean.
- Initial version, created by Stagehand.