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 686e203 commit 797c6abCopy full SHA for 797c6ab
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.1.3
4
+- Builds are now fully incremental, even on startup.
5
+ - Builds will be invalidated if the build script or any of its dependencies
6
+ are updated since there is no way of knowing how that would affect things.
7
+- Added `lastModified` to `AssetReader` (only matters if you implement it).
8
+
9
## 0.1.2
10
- Exposed the top level `watch` function. This can be used to watch the file
11
system and run incremental rebuilds on changes.
pubspec.yaml
@@ -1,5 +1,5 @@
name: build
-version: 0.1.2
+version: 0.1.3
description: A build system for Dart.
author: Dart Team <[email protected]>
homepage: https://github.com/dart-lang/build
0 commit comments