|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## 1.0.4 |
| 4 | + |
| 5 | +- **Tooling:** Bash completions are available in the `tool/` directory! See the |
| 6 | + README for installation instructions. |
| 7 | +- **Bug Fix:** Dart 1.13 introduced a change to the `dart2js` output on which |
| 8 | + the coverage task relied for `dart:html` detection. This has been fixed. |
| 9 | + |
| 10 | +## 1.0.3 |
| 11 | + |
| 12 | +- **Improvement:** The test task can now run individual test files: |
| 13 | + - `ddev test test/path/to/test.dart` |
| 14 | +- **Improvement:** Widen the `dartdoc` dependency range. |
| 15 | + |
3 | 16 | ## 1.0.2
|
4 | 17 |
|
5 |
| -- **Improvement:** The copy-license task now trims empty leading and trailing lines. |
6 |
| -- **Bug Fix:** Coverage task no longer incorrectly ignores test files that don't end in `_test.dart`. |
| 18 | +- **Improvement:** The copy-license task now trims empty leading and trailing |
| 19 | + lines. |
| 20 | +- **Bug Fix:** Coverage task no longer incorrectly ignores test files that don't |
| 21 | + end in `_test.dart`. |
7 | 22 |
|
8 | 23 | ## 1.0.1
|
9 | 24 |
|
10 | 25 | ### New Task: `docs`
|
11 | 26 |
|
12 | 27 | - `ddev docs` or `pub run dart_dev docs`
|
13 |
| -- Documentation generation via the [dartdoc](https://github.com/dart-lang/dartdoc) |
14 |
| - package. |
| 28 | +- Documentation generation via the |
| 29 | + [dartdoc](https://github.com/dart-lang/dartdoc) package. |
15 | 30 |
|
16 | 31 | ### Changes
|
17 | 32 |
|
18 |
| -- **Improvement:** The `coverage` task now checks for the `lcov` dependency before trying to |
19 |
| - generate the HTML report. If missing, installation instructions are given. |
20 |
| -- **Improvement:** The dependency range for the `dart_style` package has been widened to |
21 |
| - `>=0.1.8 <0.3.0` to avoid dependency version conflicts. |
22 |
| -- **Bug Fix:** Fixed a bug that could prevent the HTML coverage report from being opened |
23 |
| - automatically. |
24 |
| -- **Bug Fix:** When running the `examples` task, pub serve errors no longer cause the process |
25 |
| - to exit prematurely. |
| 33 | +- **Improvement:** The `coverage` task now checks for the `lcov` dependency |
| 34 | + before trying to generate the HTML report. If missing, installation |
| 35 | + instructions are given. |
| 36 | +- **Improvement:** The dependency range for the `dart_style` package has been |
| 37 | + widened to `>=0.1.8 <0.3.0` to avoid dependency version conflicts. |
| 38 | +- **Bug Fix:** Fixed a bug that could prevent the HTML coverage report from |
| 39 | + being opened automatically. |
| 40 | +- **Bug Fix:** When running the `examples` task, pub serve errors no longer |
| 41 | + cause the process to exit prematurely. |
26 | 42 |
|
27 | 43 | ## 1.0.0
|
28 | 44 | - Initial version of dart_dev
|
0 commit comments