|
1 |
| -## 6.1.3-dev |
2 |
| - |
| 1 | +## 6.1.3 |
| 2 | + |
| 3 | +* Deprecate `lib/src/model/model.dart` as public API. (#3208) |
| 4 | +* Remove 300 font weights, for improvements in dark mode. (#3213) |
| 5 | +* Do not display a constant implementation value for enums with a default |
| 6 | + constructor. (#3216) |
| 7 | +* Simplify `Accessor.overriddenElement`; in this change, |
| 8 | + `InheritingContainer.inheritenceChain` is now a `List<InheritingContainer>` |
| 9 | + and `InheritingContainer.expandInheritenceChain` is now an |
| 10 | + `Iterable<InheritingContainer>`. #3220 |
| 11 | +* Make `ModelElement.element` a getter; subclasses provide the field. #3217 |
| 12 | +* Switch all references from 'pub.dartlang.org' to 'pub.dev'. #3229 |
| 13 | +* Support displaying record types. #3233 |
| 14 | +* Make `ContainerMember.canonicalEnclosingContainer` late final. #3234 |
| 15 | +* Move `Warnable.enclosingElement` to ModelElement. #3236 |
| 16 | +* Make `Accessor.documentationComment` late final non-nullable. #3240 |
| 17 | +* Make `Inheritable.isOverride` late final non-nullable. #3235 |
| 18 | +* Make `Inheritable.inheritance` a `List<InheritingContainer>`. #3235 |
| 19 | +* Deprecate `ModelElement.isExecutable`, `ModelElement.isLocalElement`, |
| 20 | + `ModelElement.isPropertyAccessor`, `ModelElement.isPropertyInducer`, |
| 21 | + `ModelElement.isAsynchronous`, `ModelElement.isStatic`. #3218 |
| 22 | +* Make `ModelElement.annotations` a List, `ModelElement.filePath` non-nullable, |
| 23 | + `ModelElement.enclosingElement` a `ModelElement?`. #3218 |
3 | 24 | * Bump analyzer to 5.2.0.
|
4 |
| -* `--max-file-count` and `--max-total-size` command-line arguments to limit file system resource use. |
| 25 | +* `--max-file-count` and `--max-total-size` command-line arguments to limit file |
| 26 | + system resource use. |
5 | 27 |
|
6 | 28 | ## 6.1.2
|
7 | 29 |
|
|
0 commit comments