File tree 4 files changed +27
-3
lines changed
4 files changed +27
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.34.0
2
+
3
+ * PackageConfigProvider, MockSdk, etc for improved unit testing (#2332 )
4
+ * The new PackageConfigProvider class abstracts over PackageConfig from
5
+ ` package_config ` . PhysicalPackageConfigProvider uses the real one;
6
+ MemoryPackageConfigProvider is used in tests.
7
+ * The new ` isSdkLibraryDocumented ` abstracts over SdkLibrary's
8
+ ` isDocumented ` , because it throws unimplemented for ` MockSdkLibrary ` .
9
+ * Remove ` ResourceProviderExtensions.defaultSdkDir ` . Now this is a property
10
+ of PackageMetaProvider.
11
+ * ** Breaking change** : Move ` io_utils ` ` listDir ` to be a private method in
12
+ PackageBuilder.
13
+ * ** Breaking change** : Add parameter to PubPackageBuilder constructor for a
14
+ PackageConfigProvider.
15
+ * ** Breaking change** : Add two parameters to the PackageMetaProvider
16
+ constructor, one for the default SDK directory, and one for the DartSdk.
17
+ * Deprecate package.dart's ` substituteNameVersion ` .
18
+ * Shorten doc comments here and there to 80 columns.
19
+ * Move any tests which use ` testing/test_package_small ` to be unit tests;
20
+ delete the package in ` testing/ ` .
21
+ * Move some tests for properties of package which use the ginormous testing
22
+ package to unit tests
23
+ * Add a warning when an unknown directive is parsed in a comment. (#2340 )
24
+
1
25
## 0.33.0
2
26
3
27
* Remove a use of resource loading (#2337 )
Original file line number Diff line number Diff line change 1
1
dartdoc :
2
2
linkToSource :
3
3
root : ' .'
4
- uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.33 .0/%f%#L%l%'
4
+ uriTemplate : ' https://github.com/dart-lang/dartdoc/blob/v0.34 .0/%f%#L%l%'
Original file line number Diff line number Diff line change 1
1
// Generated code. Do not modify.
2
- const packageVersion = '0.33 .0' ;
2
+ const packageVersion = '0.34 .0' ;
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Run `grind build` after updating.
3
- version : 0.33 .0
3
+ version : 0.34 .0
4
4
description : A non-interactive HTML documentation generator for Dart source code.
5
5
homepage : https://github.com/dart-lang/dartdoc
6
6
environment :
You can’t perform that action at this time.
0 commit comments