From afafc34165d25bfd9f80197f0605b30aab3a8397 Mon Sep 17 00:00:00 2001 From: Evan Weible Date: Thu, 15 Oct 2015 11:18:31 -0500 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4797a9f3..f3cd99b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.0.2 + +- **Improvement:** The copy-license task now trims empty leading and trailing lines when. +- **Bug Fix:** Coverage task no longer incorrectly ignores test files that don't end in `_test.dart`. + ## 1.0.1 ### New Task: `docs` @@ -8,19 +13,16 @@ - Documentation generation via the [dartdoc](https://github.com/dart-lang/dartdoc) package. -### Improvements +### Changes -- The `coverage` task now checks for the `lcov` dependency before trying to +- **Improvement:** 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 +- **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 Fixes - -- Fixed a bug that could prevent the HTML coverage report from being opened +- **Bug Fix:** 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 +- **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 \ No newline at end of file +- Initial version of dart_dev From df8af1afc57fca8555b3436256941ccfe7dc41be Mon Sep 17 00:00:00 2001 From: Evan Weible Date: Thu, 15 Oct 2015 11:19:30 -0500 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3cd99b6..1f408011 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 1.0.2 -- **Improvement:** The copy-license task now trims empty leading and trailing lines when. +- **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