You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking change: Major internal refactoring of public/private,
type definitions, templates, and warnings. (#1524, #1539)
Breaking change: Allow mixins that call their super-classes. (#1555)
Breaking change: Anonymous libraries are now laid out on disk
differently to avoid conflicts (#1526)
Breaking change: The meaning of --auto-include-dependencies has changed to
include all libraries in any package depended on by this package (determined
by the .packages file) (#1524)
Breaking change: The meaning of --include and --exclude has changed to
require import paths for anonymous libraries, and accept them for other
libraries. (#1524)
The Interceptor class from the SDK is now cloaked (#1524)
Type parameters for classes now appear next to them on the library page
(#1558)
GFM-style tables are now supported in Dartdoc markdown (#1557, #1453)
Navigation and constructor docs now show generic types in more places
(#1556, #1453)
A new parameter, --exclude-packages, now enables dartdoc to hide entire
packages from --auto-include-dependencies or other --include options.
Document correct parameters for new-style generic function types
(#1472)