File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.1
4+ - Added the ` deleteFilesByDefault ` option to all top level methods. This will
5+ skip the prompt to delete files, and instead act as if you responded ` y ` .
6+ - Also by default in a non-console environment the prompt no longer exists and
7+ it will instead just exit with an error.
8+ - Added support for multiple build scripts. Each script now has its own asset
9+ graph based on a hash of the script uri.
10+ - You need to be careful here, as you can get in an infinite loop if two
11+ separate build scripts keep triggering updates for each other.
12+ - There is no explicit link between multiple scripts, so they operate as if
13+ all changes from other scripts were user edits. This will usually just do
14+ the "right thing", but may result in undesired behavior in some
15+ circumstances.
16+ - Improved logging for non-posix consoles.
17+
318## 0.2.0
419- Updated the top level classes to take a ` PhaseGroup ` instead of a
520 ` List<List<Phase>> ` .
Original file line number Diff line number Diff line change 11name : build
2- version : 0.2.0
2+ version : 0.2.1
33description : A build system for Dart.
44author :
Dart Team <[email protected] > 55homepage : https://github.com/dart-lang/build
You can’t perform that action at this time.
0 commit comments