File tree Expand file tree Collapse file tree 4 files changed +27
-3
lines changed Expand file tree Collapse file tree 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+
125## 0.33.0
226
327* Remove a use of resource loading (#2337 )
Original file line number Diff line number Diff line change 11dartdoc :
22 linkToSource :
33 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 11// 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 11name : dartdoc
22# Run `grind build` after updating.
3- version : 0.33 .0
3+ version : 0.34 .0
44description : A non-interactive HTML documentation generator for Dart source code.
55homepage : https://github.com/dart-lang/dartdoc
66environment :
You can’t perform that action at this time.
0 commit comments