Skip to content

Commit 19c5583

Browse files
authored
Prepare for dartdoc 0.29.3. (#2095)
1 parent 03849e0 commit 19c5583

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
1+
## 0.29.3
2+
* More refactoring changes to rendering (#2085, #2086).
3+
* Internal changes to stop using newly deprecated analyzer interfaces (#2091, #2093).
4+
15
## 0.29.2
2-
* Many refactoring changes to rendering and tests (#2084, #2081, #2080, #2078, #2077, #2076, #2068, #2067)
3-
* Add 'required' for required named parameters with NNBD enabled (#2075)
4-
* Rewrite parameter handling and fix problems with brackets (#2075, #2059, #2052, #2082)
5-
* Add 'late' as a feature for final variables with NNBD enabled (#2071)
6-
* Add presubmit grinder and dartfmt check for dartdoc development (#2070)
7-
* Initial implementation of NNBD support (with --enable-experiment flag) (#2069)
6+
* Many refactoring changes to rendering and tests (#2084, #2081, #2080, #2078, #2077, #2076, #2068, #2067).
7+
* Add 'required' for required named parameters with NNBD enabled (#2075).
8+
* Rewrite parameter handling and fix problems with brackets (#2075, #2059, #2052, #2082).
9+
* Add 'late' as a feature for final variables with NNBD enabled (#2071).
10+
* Add presubmit grinder and dartfmt check for dartdoc development (#2070).
11+
* Initial implementation of NNBD support (with --enable-experiment flag) (#2069).
812

913
## 0.29.1
10-
* Fix edge cases on extension discovery (#2062)
11-
* Make sure that enum documentation contains unique IDs for animations (#2060)
14+
* Fix edge cases on extension discovery (#2062).
15+
* Make sure that enum documentation contains unique IDs for animations (#2060).
1216

1317
## 0.29.0
1418
* Internal change to our use of FunctionTypeAliasElement for the analyzer

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.29.2/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.29.3/%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.29.2';
2+
const packageVersion = '0.29.3';

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.29.2
3+
version: 0.29.3
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)