File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.2.0
4+ - Updated the top level classes to take a ` PhaseGroup ` instead of a
5+ ` List<List<Phase>> ` .
6+ - Added logic to handle nested package directories.
7+ - Basic windows support added, although it may still be unstable.
8+ - Significantly increased the resolving speed by using the same sources cache.
9+ - Added a basic README.
10+ - Moved the ` .build ` folder to ` .dart_tool/build ` . Other packages in the future
11+ may also use this folder.
12+
313## 0.1.4
414- Added top level ` serve ` function.
515 - Just like ` watch ` , but it provides a server which blocks on any ongoing
Original file line number Diff line number Diff line change 11name : build
2- version : 0.1.4
2+ version : 0.2.0
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