|
| 1 | +## 0.32.4 |
| 2 | + |
| 3 | +* Fix paragraph spacing in enum values. (#2286) |
| 4 | +* Escape HTML in parameter default values (#2288) |
| 5 | +* Preserve newline following `{@endtemplate}`. (#2289) |
| 6 | +* Privatize some of the public interface (#2291, #2292, ##2293, #2307) |
| 7 | + * Deprecate the public method `Canonicalization.scoreElementWithLibrary`. |
| 8 | + * Deprecate the public getters `ScoredCandidate.reasons` and |
| 9 | + `ScoredCandidate.element`, method `ScoredCandidate.alterScore`. |
| 10 | + * Deprecate the setters `Category.package`, and `Category.config`, and the |
| 11 | + public method `Category.fileType`. |
| 12 | + * Deprecate the unused methods `Category.linkedName` and |
| 13 | + `Category.categoryLabel`. |
| 14 | + * Deprecate the setters `Class.mixins` and `Class.supertype` and method |
| 15 | + `Class.isInheritedFrom`. |
| 16 | + * Change `Library.fromLibraryResult` to be a factory constructor. |
| 17 | + * Deprecate the public methods `Library.getDefinedElements`, |
| 18 | + `Library.getLibraryName`, and getter |
| 19 | + `Library.allOriginalModelElementNames`. |
| 20 | + * Deprecate the public top-level fields in `io_utils.dart`: |
| 21 | + `libraryNameRegexp`, `partOfRegexp`, `newLinePartOfRegexp` |
| 22 | + * Deprecate the public top-level field in `categorization.dart`: |
| 23 | + `categoryRegexp` |
| 24 | + * Deprecate the public top-level fields in `model_element.dart`: |
| 25 | + `needsPrecacheRegExp`, `htmlInjectRegExp`, `macroRegExp` |
| 26 | + * Deprecate the public top-level field in `source_linker.dart`: |
| 27 | + `uriTemplateRegexp` |
| 28 | +* Add more types to public APIs (#2285) |
| 29 | +* Remove dartdoc's dep on package:quiver (#2305) |
| 30 | + |
1 | 31 | ## 0.32.3
|
2 | 32 |
|
3 | 33 | * Allow injected HTML in a macro which is output by a tool (#2274).
|
|
0 commit comments