File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
- ## unreleased
1
+ ## 0.15.0
2
+ * Allow super in mixins (#1541 )
3
+ * Anonymous libraries are now laid out on disk differently
4
+ to avoid conflicts (#1526 )
5
+ * Source code included with docs highlights again (#1525 )
6
+ * Remove constant value linking via string substitution (#1535 )
7
+ * Update version of mustache4dart (#1540 )
8
+ * Eliminate remaining places where dartdoc exposed private interfaces
9
+ (#1173 )
10
+ * Fix private super classes appearing with dead links (#1476 )
11
+ * Major internal refactoring of public/private, type definitions,
12
+ templates, and warnings (#1394 , #1539 )
13
+ * Fix resolution of generic types (#1514 )
14
+ * Limit width of code blocks (#1522 )
2
15
* Add a ` --json ` flag to providing logging in a machine-readable format.
16
+ (#1531 )
17
+ * Use the logging package for dartdoc output. (#1518 )
18
+ * Remove cc commons license text from default footer (#1262 )
3
19
4
20
## 0.14.1
5
21
* Add better support for GenericFunctionTypeElementImpl (#1506 , #1509 )
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export 'src/sdk.dart';
35
35
36
36
const String name = 'dartdoc' ;
37
37
// Update when pubspec version changes.
38
- const String version = '0.14.2-dev ' ;
38
+ const String version = '0.15.0 ' ;
39
39
40
40
final String defaultOutDir = path.join ('doc' , 'api' );
41
41
Original file line number Diff line number Diff line change 1
1
name : dartdoc
2
2
# Also update the `version` field in lib/dartdoc.dart.
3
- version : 0.14.2-dev
3
+ version : 0.15.0
4
4
author :
Dart Team <[email protected] >
5
5
description : A documentation generator for Dart.
6
6
homepage : https://github.com/dart-lang/dartdoc
You can’t perform that action at this time.
0 commit comments