Skip to content

Commit

Permalink
Merge ab6f184 into bd11290
Browse files Browse the repository at this point in the history
  • Loading branch information
jcollins-g committed May 10, 2021
2 parents bd11290 + ab6f184 commit df3fac0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion dartdoc_options.yaml
Original file line number Diff line number Diff line change
@@ -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%'
2 changes: 1 addition & 1 deletion lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// Generated code. Do not modify.
const packageVersion = '0.42.0';
const packageVersion = '0.43.0';
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit df3fac0

Please sign in to comment.