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 41806f1 commit 7c5df3bCopy full SHA for 7c5df3b
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.1.2
4
+- Exposed the top level `watch` function. This can be used to watch the file
5
+ system and run incremental rebuilds on changes.
6
+ - Initial build is still non-incremental.
7
+
8
## 0.1.1
9
10
- Exposed the top level `build` function. This can be used to run builds.
pubspec.yaml
@@ -1,5 +1,5 @@
name: build
-version: 0.1.1
+version: 0.1.2
description: A build system for Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/build
0 commit comments