Skip to content

Commit a4ca86f

Browse files
authored
Prepare for dartdoc 2.0.0 (#2754)
* Prepare for dartdoc 2.0.0 * Update changelog for additional bugfix
1 parent 8460c9a commit a4ca86f

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 2.0.0
2+
* BREAKING CHANGE: changes to dartdoc options API
3+
to prepare for NNBD migration (#2745, #2744).
4+
* Fix unbound type reference in extension method comment
5+
reference creating a null dereference (#2741, #2740)
6+
* Update to analyzer 2.0. (#2734)
7+
* Fix comment references on generic typedefs in new
8+
lookup code. (#2755, #2756)
9+
110
## 1.0.2
211

312
* Fix where extensions header in library sidebar linked to the

dartdoc_options.yaml

+1-1
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/v1.0.2/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v2.0.0/%f%#L%l%'

lib/src/version.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '1.0.2';
2+
const packageVersion = '2.0.0';

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 1.0.2
3+
version: 2.0.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)