New
package:dartdoc v9.0.3
- Require analyzer 10.1.0 APIs.
- Remove usage of
EmbedderYamlLocatorandEmbedderSdk.new, internal analyzer APIs which were removed in analyzer 10.1.0. - Significant improvements to canonicalization logic:
- elements documented in their intended libraries via
@canonicalForoverrides are now correctly placed in their respective directories. - improved SDK interlinking to ensure elements re-exported from standard libraries (like
dart:core) generate absolute remote links when appropriate. - fixed a bug where property accessors (getters/setters) were incorrectly compared during canonical library lookups.
- refined scoring heuristics with definitive tie-breakers for standard SDK schemes and defining libraries.
- elements documented in their intended libraries via