Skip to content

Commit c36c88d

Browse files
committed
Fine-tune changelog and assume #1558 will make it
1 parent 104176e commit c36c88d

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,31 @@
11
## 0.15.0
2+
* Breaking change: Allow mixins that call their super-classes. (#1555)
3+
* Breaking change: Anonymous libraries are now laid out on disk
4+
differently to avoid conflicts (#1526)
5+
* Breaking change: The meaning of --auto-include-dependencies has changed to
6+
include all libraries in any package depended on by this package (determined
7+
by the .packages file) (#1524)
8+
* Breaking change: The meaning of --include and --exclude has changed to
9+
require import paths for anonymous libraries, and accept them for other
10+
libraries. (#1524)
11+
* Type parameters for classes now appear next to them on the library page
12+
(#1558)
13+
* GFM-style tables are now supported in Dartdoc markdown (#1557, #1453)
14+
* Navigation and constructor docs now show generic types in more places
15+
(#1556, #1453)
16+
* A new parameter, --exclude-packages, now enables dartdoc to hide entire
17+
packages from --auto-include-dependencies or other --include options.
218
* Document correct parameters for new-style generic function types
319
(#1472)
420
* Allow super in mixins (#1541)
5-
* Anonymous libraries are now laid out on disk differently
6-
to avoid conflicts (#1526)
721
* Source code included with docs highlights again (#1525)
822
* Remove constant value linking via string substitution (#1535)
9-
* Update version of mustache4dart (#1540)
23+
* Update version of mustache4dart and fix minor template errors (#1540)
1024
* Eliminate remaining places where dartdoc exposed private interfaces
1125
(#1173)
1226
* Fix private super classes appearing with dead links (#1476)
13-
* Major internal refactoring of public/private, type definitions,
14-
templates, and warnings (#1394, #1539)
27+
* Breaking change: Major internal refactoring of public/private,
28+
type definitions, templates, and warnings (#1394, #1539)
1529
* Fix resolution of generic types (#1514)
1630
* Limit width of code blocks (#1522)
1731
* Add a `--json` flag to providing logging in a machine-readable format.

testing/test_package_docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1">
7-
<meta name="generator" content="made with love by dartdoc 0.14.2-dev">
7+
<meta name="generator" content="made with love by dartdoc 0.15.0">
88
<meta name="description" content="test_package API docs, for the Dart programming language.">
99
<title>test_package - Dart API docs</title>
1010

0 commit comments

Comments
 (0)