package:test v1.25.0
·
666 commits
to master
since this release
- Handle paths with leading
/when spawning test isolates. - Add support for the
dart2wasmcompiler in chrome and firefox. - BREAKING: Remove the
experimental-chrome-wasmplatform, you can now use
-p chrome -c dart2wasminstead.- Note that this has always been advertised as a change that would happen in a
future non-breaking release.
- Note that this has always been advertised as a change that would happen in a
- BREAKING:Dropped support for
--pub-servewhich has long not been tested
or supported.- We do not anticipate much if any actual breakage or existing usage of this
feature, which is why we are making this change in a non-breaking release. - If you do require this feature, file an issue and we can look at adding it
back.
- We do not anticipate much if any actual breakage or existing usage of this
- BREAKING: Fully remove support for Internet Explorer.
- Fix running of tests defined under
lib/with relative imports to other
libraries in the package.