Skip to content

CP-1128 Update CHANGELOG with 1.0.3, 1.0.4 releases #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 28 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,44 @@
# Changelog

## 1.0.4

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

## 1.0.3

- **Improvement:** The test task can now run individual test files:
- `ddev test test/path/to/test.dart`
- **Improvement:** Widen the `dartdoc` dependency range.

## 1.0.2

- **Improvement:** The copy-license task now trims empty leading and trailing lines.
- **Bug Fix:** Coverage task no longer incorrectly ignores test files that don't end in `_test.dart`.
- **Improvement:** The copy-license task now trims empty leading and trailing
lines.
- **Bug Fix:** Coverage task no longer incorrectly ignores test files that don't
end in `_test.dart`.

## 1.0.1

### New Task: `docs`

- `ddev docs` or `pub run dart_dev docs`
- Documentation generation via the [dartdoc](https://github.com/dart-lang/dartdoc)
package.
- Documentation generation via the
[dartdoc](https://github.com/dart-lang/dartdoc) package.

### Changes

- **Improvement:** The `coverage` task now checks for the `lcov` dependency before trying to
generate the HTML report. If missing, installation instructions are given.
- **Improvement:** The dependency range for the `dart_style` package has been widened to
`>=0.1.8 <0.3.0` to avoid dependency version conflicts.
- **Bug Fix:** Fixed a bug that could prevent the HTML coverage report from being opened
automatically.
- **Bug Fix:** When running the `examples` task, pub serve errors no longer cause the process
to exit prematurely.
- **Improvement:** The `coverage` task now checks for the `lcov` dependency
before trying to generate the HTML report. If missing, installation
instructions are given.
- **Improvement:** The dependency range for the `dart_style` package has been
widened to `>=0.1.8 <0.3.0` to avoid dependency version conflicts.
- **Bug Fix:** Fixed a bug that could prevent the HTML coverage report from
being opened automatically.
- **Bug Fix:** When running the `examples` task, pub serve errors no longer
cause the process to exit prematurely.

## 1.0.0
- Initial version of dart_dev