Skip to content
Merged
Show file tree
Hide file tree
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
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,26 @@
# Changelog

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

### Improvements

- The `coverage` task now checks for the `lcov` dependency before trying to
generate the HTML report. If missing, installation instructions are given.
- The dependency range for the `dart_style` package has been widened to
`>=0.1.8 <0.3.0` to avoid dependency version conflicts.

### Bug Fixes

- Fixed a bug that could prevent the HTML coverage report from being opened
automatically.
- When running the `examples` task, pub serve errors no longer cause the process
to exit prematurely.

## 1.0.0
- Initial version of dart_dev
Loading