Skip to content

Commit e6a9b7c

Browse files
authored
Prepare for dartdoc 0.43.0 (#2640)
* intermediate * Update CHANGELOG * Rebuild * rewrap changelog
1 parent 09e05d1 commit e6a9b7c

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## 0.43.0
2+
* Add experimental lookup code for comment references eventually
3+
destined to replace most of `lib/src/markdown_processor.dart`. Most
4+
of this work is disabled by default but does impact internal APIs.
5+
(#2637, #2634, #2630, #2622)
6+
* Fix duplicate nullability suffix in some cases with markdown output.
7+
(#2632)
8+
* Update analyzer requirement to 1.5.0 and fix/allow experimental
9+
features in 2.14. (#2625, #2618)
10+
* Improvement to browser search, making browser find prioritize the
11+
main text area. (#2621)
12+
* BREAKING CHANGE: hasDisplayedCategories replaced with
13+
hasCategoryNames. (#2614)
14+
* Fix the public mixins link in the category sidebar. (#2613)
15+
* Do not show late fields as 'read/write'. (#2608)
16+
* Print version information when an exception is encountered. (#2607)
17+
* A number of minor, internal cleanups.
18+
119
## 0.42.0
220
* Add some tests and verify basic support for triple-shift, and check
321
to be sure that using the function as type parameter feature does not crash

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.42.0/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.43.0/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.42.0';
2+
const packageVersion = '0.43.0';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.42.0
3+
version: 0.43.0
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:

0 commit comments

Comments
 (0)