Skip to content

Commit d1e496f

Browse files
committed
Merge pull request #100 from Workiva/changelog
CP-1128 Update CHANGELOG with 1.0.3, 1.0.4 releases
2 parents feffb1c + b6b357e commit d1e496f

File tree

1 file changed

+28
-12
lines changed

1 file changed

+28
-12
lines changed

CHANGELOG.md

Lines changed: 28 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,44 @@
11
# Changelog
22

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+
316
## 1.0.2
417

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`.
722

823
## 1.0.1
924

1025
### New Task: `docs`
1126

1227
- `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.
1530

1631
### Changes
1732

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.
2642

2743
## 1.0.0
2844
- Initial version of dart_dev

0 commit comments

Comments
 (0)