Skip to content

Commit ec1f8fb

Browse files
committed
Merge pull request #135 from Workiva/changelog
CP-1399 Update changelog for 1.1.0 and 1.1.1
2 parents 730c8f8 + 6ab354d commit ec1f8fb

File tree

1 file changed

+51
-8
lines changed

1 file changed

+51
-8
lines changed

CHANGELOG.md

Lines changed: 51 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,88 @@
11
# Changelog
22

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_
427

528
- **Improvement:** `--strong` flag added to the Analyze task.
29+
630
- **Improvement:** The Analyze task's `--fatal-hints` flag is now implemented
731
by utilizing the `--fatal-hints` flag on `dartanalyzer` instead of parsing
832
the output.
33+
934
- **Documentation:** Add zsh completion instructions to the README.
1035

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_
1238

1339
### New Feature: pub server support for tests and coverage
1440

1541
- The Test and Coverage tasks now take a `--pub-serve` flag that will
1642
automatically spin up a pub server that is used to run the tests.
43+
1744
- Tests that require a pub transformer can now be run by passing in this flag!
1845

1946
### Changes
2047

2148
- **Improvement:** `--fatal-hints` flag added to the Analyze task.
2249

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_
2452

2553
- **Tooling:** Bash completions are available in the `tool/` directory! See the
2654
README for installation instructions.
55+
2756
- **Bug Fix:** Dart 1.13 introduced a change to the `dart2js` output on which
2857
the coverage task relied for `dart:html` detection. This has been fixed.
2958

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_
3161

3262
- **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+
3468
- **Improvement:** Widen the `dartdoc` dependency range.
3569
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_
3772
3873
- **Improvement:** The copy-license task now trims empty leading and trailing
3974
lines.
75+
4076
- **Bug Fix:** Coverage task no longer incorrectly ignores test files that don't
4177
end in `_test.dart`.
4278
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_
4481
4582
### New Task: `docs`
4683
4784
- `ddev docs` or `pub run dart_dev docs`
85+
4886
- Documentation generation via the
4987
[dartdoc](https://github.com/dart-lang/dartdoc) package.
5088
@@ -53,12 +91,17 @@
5391
- **Improvement:** The `coverage` task now checks for the `lcov` dependency
5492
before trying to generate the HTML report. If missing, installation
5593
instructions are given.
94+
5695
- **Improvement:** The dependency range for the `dart_style` package has been
5796
widened to `>=0.1.8 <0.3.0` to avoid dependency version conflicts.
97+
5898
- **Bug Fix:** Fixed a bug that could prevent the HTML coverage report from
5999
being opened automatically.
100+
60101
- **Bug Fix:** When running the `examples` task, pub serve errors no longer
61102
cause the process to exit prematurely.
62103
63-
## 1.0.0
104+
## [1.0.0](https://github.com/Workiva/dart_dev/compare/cce304913325701f9a1058d63ba4a55f877a3baa...1.0.0)
105+
_August 20, 2015_
106+
64107
- Initial version of dart_dev

0 commit comments

Comments
 (0)