Skip to content

Commit 174021f

Browse files
authored
Prepare for dartdoc 0.40.0 (#2543)
1 parent a21c495 commit 174021f

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.40.0
2+
* More implementation added for Mustachio (#2481, #2482, #2488, #2491, #2497,
3+
#2498, #2512, #2515, #2519, #2523, #2525)
4+
* originalMember is now an optional parameter to ModelElement(). #2507
5+
* Use custom handling for search, deleting jquery/typeahead libraries. (#2486,
6+
#2483)
7+
* Small change to dartdoc exit/error text output. (#2489)
8+
* Fixed problem with stdout corruption in tool output due to null-safety
9+
warnings. (#2493)
10+
* Connect interface types across intermediate classes. (#2495, #2485)
11+
* Update analyzer to 1.0.0 (#2524) This version of dartdoc requires Dart 2.12
12+
as a result.
13+
* Many minor internal cleanups updating code to newer Dart style and idioms.
14+
115
## 0.39.0
216
* More implementation added for Mustachio. (#2452, #2458, #2467)
317
* Use `=` to document values for named parameters. (#2453, #2087)

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.39.0/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.40.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.39.0';
2+
const packageVersion = '0.40.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.39.0
3+
version: 0.40.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)