|
1 | 1 | ## 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. |
2 | 18 | * Document correct parameters for new-style generic function types |
3 | 19 | (#1472) |
4 | 20 | * Allow super in mixins (#1541) |
5 | | -* Anonymous libraries are now laid out on disk differently |
6 | | - to avoid conflicts (#1526) |
7 | 21 | * Source code included with docs highlights again (#1525) |
8 | 22 | * 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) |
10 | 24 | * Eliminate remaining places where dartdoc exposed private interfaces |
11 | 25 | (#1173) |
12 | 26 | * 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) |
15 | 29 | * Fix resolution of generic types (#1514) |
16 | 30 | * Limit width of code blocks (#1522) |
17 | 31 | * Add a `--json` flag to providing logging in a machine-readable format. |
|
0 commit comments