|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## 1.0.6 |
| 3 | +## [1.1.1](https://github.com/Workiva/dart_dev/compare/1.1.0...1.1.1) |
| 4 | +_February 24, 2016_ |
| 5 | + |
| 6 | +- **Bug fix:** 1.1.0 introduced a regression that caused the test task to no |
| 7 | + longer default to running the unit test suite and instead run all tests in the |
| 8 | + `test/` directory when the `--unit` flag was not explicitly set. This has been |
| 9 | + fixed and should match the behavior from before 1.1.0. |
| 10 | + |
| 11 | +## [1.1.0](https://github.com/Workiva/dart_dev/compare/1.0.6...1.1.0) |
| 12 | +_February 23, 2016_ |
| 13 | + |
| 14 | +- **Improvement:** Set the coverage task's exit code to non-zero when a test |
| 15 | + fails. |
| 16 | + |
| 17 | +- **Improvement:** Add support for the `-n, --name` arg for the test task. |
| 18 | + |
| 19 | +- **Bug fix:** Catch and silence exception when reading a non-utf8 file during |
| 20 | + the copy-license task. |
| 21 | + |
| 22 | +- **Bug fix:** Make sure the test task observes the `--no-unit` flag. |
| 23 | + |
| 24 | + |
| 25 | +## [1.0.6](https://github.com/Workiva/dart_dev/compare/1.0.5...1.0.6) |
| 26 | +_December 16, 2015_ |
4 | 27 |
|
5 | 28 | - **Improvement:** `--strong` flag added to the Analyze task. |
| 29 | + |
6 | 30 | - **Improvement:** The Analyze task's `--fatal-hints` flag is now implemented |
7 | 31 | by utilizing the `--fatal-hints` flag on `dartanalyzer` instead of parsing |
8 | 32 | the output. |
| 33 | + |
9 | 34 | - **Documentation:** Add zsh completion instructions to the README. |
10 | 35 |
|
11 | | -## 1.0.5 |
| 36 | +## [1.0.5](https://github.com/Workiva/dart_dev/compare/1.0.4...1.0.5) |
| 37 | +_November 25, 2015_ |
12 | 38 |
|
13 | 39 | ### New Feature: pub server support for tests and coverage |
14 | 40 |
|
15 | 41 | - The Test and Coverage tasks now take a `--pub-serve` flag that will |
16 | 42 | automatically spin up a pub server that is used to run the tests. |
| 43 | + |
17 | 44 | - Tests that require a pub transformer can now be run by passing in this flag! |
18 | 45 |
|
19 | 46 | ### Changes |
20 | 47 |
|
21 | 48 | - **Improvement:** `--fatal-hints` flag added to the Analyze task. |
22 | 49 |
|
23 | | -## 1.0.4 |
| 50 | +## [1.0.4](https://github.com/Workiva/dart_dev/compare/1.0.3...1.0.4) |
| 51 | +_November 20, 2015_ |
24 | 52 |
|
25 | 53 | - **Tooling:** Bash completions are available in the `tool/` directory! See the |
26 | 54 | README for installation instructions. |
| 55 | + |
27 | 56 | - **Bug Fix:** Dart 1.13 introduced a change to the `dart2js` output on which |
28 | 57 | the coverage task relied for `dart:html` detection. This has been fixed. |
29 | 58 |
|
30 | | -## 1.0.3 |
| 59 | +## [1.0.3](https://github.com/Workiva/dart_dev/compare/1.0.2...1.0.3) |
| 60 | +_November 12, 2015_ |
31 | 61 |
|
32 | 62 | - **Improvement:** The test task can now run individual test files: |
33 | | - - `ddev test test/path/to/test.dart` |
| 63 | + |
| 64 | + ``` |
| 65 | + ddev test test/path/to/test.dart |
| 66 | + ``` |
| 67 | +
|
34 | 68 | - **Improvement:** Widen the `dartdoc` dependency range. |
35 | 69 |
|
36 | | -## 1.0.2 |
| 70 | +## [1.0.2](https://github.com/Workiva/dart_dev/compare/1.0.1...1.0.2) |
| 71 | +_October 15, 2015_ |
37 | 72 |
|
38 | 73 | - **Improvement:** The copy-license task now trims empty leading and trailing |
39 | 74 | lines. |
| 75 | +
|
40 | 76 | - **Bug Fix:** Coverage task no longer incorrectly ignores test files that don't |
41 | 77 | end in `_test.dart`. |
42 | 78 |
|
43 | | -## 1.0.1 |
| 79 | +## [1.0.1](https://github.com/Workiva/dart_dev/compare/1.0.0...1.0.1) |
| 80 | +_September 8, 2015_ |
44 | 81 |
|
45 | 82 | ### New Task: `docs` |
46 | 83 |
|
47 | 84 | - `ddev docs` or `pub run dart_dev docs` |
| 85 | +
|
48 | 86 | - Documentation generation via the |
49 | 87 | [dartdoc](https://github.com/dart-lang/dartdoc) package. |
50 | 88 | |
|
53 | 91 | - **Improvement:** The `coverage` task now checks for the `lcov` dependency |
54 | 92 | before trying to generate the HTML report. If missing, installation |
55 | 93 | instructions are given. |
| 94 | +
|
56 | 95 | - **Improvement:** The dependency range for the `dart_style` package has been |
57 | 96 | widened to `>=0.1.8 <0.3.0` to avoid dependency version conflicts. |
| 97 | +
|
58 | 98 | - **Bug Fix:** Fixed a bug that could prevent the HTML coverage report from |
59 | 99 | being opened automatically. |
| 100 | +
|
60 | 101 | - **Bug Fix:** When running the `examples` task, pub serve errors no longer |
61 | 102 | cause the process to exit prematurely. |
62 | 103 |
|
63 | | -## 1.0.0 |
| 104 | +## [1.0.0](https://github.com/Workiva/dart_dev/compare/cce304913325701f9a1058d63ba4a55f877a3baa...1.0.0) |
| 105 | +_August 20, 2015_ |
| 106 | +
|
64 | 107 | - Initial version of dart_dev |
0 commit comments