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: no longer use <base href> in generated documentation, instead
use real relative links. This may break manually constructed links that rely
on base href, or could impact post-processing of dartdoc HTML. Most users
should not notice. A hidden flag can for now restore the old behavior, but
will be removed soon. (#2098, #2096)
More refactors to prepare for markdown rendering. (#2100, #2114)
Fix crashes with extensions on special types. (#2112, #2102)
Add a new error type for multiple-file overwrite problems. (#2111, #2110)
Allow FunctionTypes to work in applicability checks for extensions. (#2109, #2101)
Refactor to use Element.declaration over Member.baseMember. (#2106)