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.
4.0.0
BREAKING CHANGE: Refactors to support NNBD and adapt to new analyzer
changes are technically semver breaking. If you make extensive use of
the documentationComment getter on ModelElement or other deep
structural elements in dartdoc or custom templates, they could break
dependent code. (#2819, #2818, #2817, #2806, #2798)
BREAKING CHANGE: Remove a large number of long-standing deprecated
symbols in dartdoc. (#2821)
Fix a problem where certain comment reference strings could
crash the parser. (#2813, #2808)
Fix an assert in canonicalization for enums. (#2812)