Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 500 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 500 Bytes

3.0.0

  • expectBuildClean is now async. (Returns Future<void> instead of void.)
  • defaultCommand now uses dart run build_runner....
  • Now supports flutter test.
  • Executed commands are now printed to the console.
  • Require Dart 2.12.3.

2.0.0

  • Require Dart 2.12.0.
  • Enable null safety.

1.1.1

  • Properly report good builds that take >= 1 minute.

1.1.0

  • Added customCommand named argument to expectBuildClean.

1.0.0

  • Initial version, created by Stagehand.