Skip to content

Commit 505f163

Browse files
authored
Prepare for dartdoc 0.42.0. (#2604)
* Prepare for dartdoc 0.42.0. * update changelog for 2605
1 parent 2fd47d3 commit 505f163

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.42.0
2+
* Add some tests and verify basic support for triple-shift, and check
3+
to be sure that using the function as type parameter feature does not crash
4+
dartdoc (#2518, #2517, #2603).
5+
* BREAKING CHANGE: Refactor of dartdoc features and annotations. Use
6+
`hasFeatures` in templates in place of checking `featuresAsString` as a
7+
boolean (#2600), and `linkedNameWithParameters` for getting rendered
8+
annotations (#2605).
9+
* Implement generic type parameters on annotations. (#2600, #2516).
10+
* No longer depend on mustache. (#2596)
11+
* BREAKING CHANGE: Replace mustache with mustachio. Use `asCallable` instead
12+
of `hasCallable` in templates to handle casts correctly. (#2564)
13+
114
## 0.41.0
215
* Write out doc files for static methods on extensions. (#2588, #2591)
316
* Fix a crash where dartdoc tried to create a duplicate field in the event

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