webdev 2.0.0-alpha.3
webdev: ^2.0.0-alpha.3 copied to clipboard
A CLI for Dart web development. Provides an easy and consistent set of features for users and tools to build and deploy web applications with Dart.
2.0.0-alpha.3 #
- Lots of small daemon mode bug fixes.
- Allow build_web_compilers 2.x.
2.0.0-alpha.2 #
- Open up devtools with the full uri instead of just the port. This is required for the latest proxy because it contains a unique token in the uri for each instance of the service.
2.0.0-alpha.1 #
- Hot restart will now invoke the
ext.flutter.disassembleservice extension if it exists, and wait for that result to complete before reloading modules.
2.0.0-alpha.0 #
- Support building with
package:build_daemonthroughservecommand. - The
servecommand will now only servewebby default.
1.0.1 #
- Support
package:build_web_compilersv1.0.0.
1.0.0 #
- Support
package:build_runnerv1.0.0. - Add
--versionto CLI.
0.2.5 #
- Added support for the --hot-reload flag, if on build_runner >=0.10.2.
0.2.4+1 #
- Print
Creating build scripton startup so the user is aware of what the process is doing.
0.2.4 #
- Added support for the --live-reload flag, if on build_runner >=0.10.1.
0.2.3+2 #
- Support latest
package:build_runner.
0.2.3+1 #
- Support Dart 2 stable.
0.2.3 #
- Update required Dart SDK and
package:build_runnerto support latest versions.
0.2.2 #
- Add default value for
--outputto bebuild:webfor thebuildcommand andNONEfor theservecommand. - Update to use lower-case constants from Dart
^2.0.0-dev.54.
0.2.1 #
- Support
package:build_web_compilersv0.4.0. - Always pass the argument
--fail-on-severeto thebuildcommand. - Exit with an error if unsupported arguments are passed to
buildcommand.
0.2.0 #
- Pass the arguments supporting
directory:portfor theservecommand. - Add the requirement for
build_web_compilerstobuildcommand. - Renamed
--require-build-web-compilersflag to--build-web-compilers.
0.1.4 #
- Require and use features from
build_runner0.8.2.- Added a
--[no]-releaseflag.
- Added a
- Require
build_web_compliers0.3.6 when runningserve.- Unless the
--no-require-build-web-compilersflag is provided.
- Unless the
0.1.3+1 #
- Support running
pubwhen it's not in the environment path.
0.1.3 #
- Now runs on Windows.
0.1.2 #
- Remove check for
build_web_compilers. Allows general support forbuild_runnerfrom tools. - Use
pub depsto validate target directory.
0.1.1 #
- Checks for a dependency on
build_web_compilers. - Gracefully handle exceptions.
0.1.0 #
- Initial release. Supports basic invocation of
buildandservewithbuild_runner: ^0.8.0.