We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7becde4 commit 4a45ce0Copy full SHA for 4a45ce0
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.1.4
4
+- Added top level `serve` function.
5
+ - Just like `watch`, but it provides a server which blocks on any ongoing
6
+ builds before responding to requests.
7
+- Minor bug fixes.
8
+
9
## 0.1.3
10
- Builds are now fully incremental, even on startup.
11
- Builds will be invalidated if the build script or any of its dependencies
pubspec.yaml
@@ -1,5 +1,5 @@
name: build
-version: 0.1.3
+version: 0.1.4
description: A build system for Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/build
0 commit comments