Skip to content

Commit 436966f

Browse files
committed
prepare for 0.2.1 release
1 parent a96c88b commit 436966f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
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>>`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: build
2-
version: 0.2.0
2+
version: 0.2.1
33
description: A build system for Dart.
44
author: Dart Team <[email protected]>
55
homepage: https://github.com/dart-lang/build

0 commit comments

Comments
 (0)