Releases: dart-lang/test
Releases · dart-lang/test
package:fake_async v1.3.2
- Require Dart 3.3
- Fix bug where a
flushTimersorelapsecall from within
the callback of a periodic timer would immediately invoke
the same timer. - Move to
dart-lang/testmonorepo. - Require Dart 3.5.
package:test_core v0.6.5
- Increase SDK constraint to ^3.4.0.
- Ensure we don't create files ending in a
., this breaks windows.
package:test_api v0.7.3
- Increase SDK constraint to ^3.4.0.
package:test v1.25.8
- Increase SDK constraint to ^3.4.0.
- Ensure we don't create files ending in a
., this breaks windows.
package:test_core v0.6.4
- Enable asserts for
dart2wasmtests.
package:test v1.25.7
- Enable asserts for
dart2wasmtests.
package:test_core v0.6.3
- Update min SDK constraint to 3.2.0.
- Fix testing with
dart2wasm- usedart compile wasminstead of depending on
SDK internals
package:test_api v0.7.2
- Update min SDK constraint to 3.2.0.
package:test v1.25.6
- Point API doc links to
package:testcanonical libraries. - Fix testing with
dart2wasm- usedart compile wasminstead of depending on
SDK internals - Update min SDK constraint to 3.2.0.
package:test v1.25.5
- Update the
package:web_socket_channelversion constraint to allow3.x. - Update the
package:shelf_web_socketversion constraint to allow2.x.