From e6a9b7c536a85e49233c97bb892bbb0ab778e425 Mon Sep 17 00:00:00 2001 From: Janice Collins Date: Wed, 12 May 2021 09:18:37 -0700 Subject: [PATCH] Prepare for dartdoc 0.43.0 (#2640) * intermediate * Update CHANGELOG * Rebuild * rewrap changelog --- CHANGELOG.md | 18 ++++++++++++++++++ dartdoc_options.yaml | 2 +- lib/src/version.dart | 2 +- pubspec.yaml | 2 +- 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dea112d68..3459dc6496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 0.43.0 +* Add experimental lookup code for comment references eventually + destined to replace most of `lib/src/markdown_processor.dart`. Most + of this work is disabled by default but does impact internal APIs. + (#2637, #2634, #2630, #2622) +* Fix duplicate nullability suffix in some cases with markdown output. + (#2632) +* Update analyzer requirement to 1.5.0 and fix/allow experimental + features in 2.14. (#2625, #2618) +* Improvement to browser search, making browser find prioritize the + main text area. (#2621) +* BREAKING CHANGE: hasDisplayedCategories replaced with + hasCategoryNames. (#2614) +* Fix the public mixins link in the category sidebar. (#2613) +* Do not show late fields as 'read/write'. (#2608) +* Print version information when an exception is encountered. (#2607) +* A number of minor, internal cleanups. + ## 0.42.0 * Add some tests and verify basic support for triple-shift, and check to be sure that using the function as type parameter feature does not crash diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml index 55d03f82a5..0a637b85fe 100644 --- a/dartdoc_options.yaml +++ b/dartdoc_options.yaml @@ -1,4 +1,4 @@ dartdoc: linkToSource: root: '.' - uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.42.0/%f%#L%l%' + uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.43.0/%f%#L%l%' diff --git a/lib/src/version.dart b/lib/src/version.dart index 7af78bb0fd..a91003925f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '0.42.0'; +const packageVersion = '0.43.0'; diff --git a/pubspec.yaml b/pubspec.yaml index 4c6594da05..3a236bcd14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dartdoc # Run `grind build` after updating. -version: 0.42.0 +version: 0.43.0 description: A non-interactive HTML documentation generator for Dart source code. homepage: https://github.com/dart-lang/dartdoc environment: