|
| 1 | +## 8.0.0 |
| 2 | + |
| 3 | +* Apply @hideConstantImplementations by default. (#3576) |
| 4 | +* Remove unused parameter in zone thing (#3581) |
| 5 | +* Add some progress bars for time-intensive tasks (#3579) |
| 6 | +* Privatize almost all elements in package_builder. (#3580) |
| 7 | +* Privatize several members on PackageGraph (#3578) |
| 8 | +* Correct looping bug in library discovery (#3574) |
| 9 | +* Remove @image directive. (#3568) |
| 10 | +* Privatize `packageName`, `name`, `libraryName`, and |
| 11 | + `specialFileUri` in `SpecialClass`. (#3569) |
| 12 | +* Privatize `PackageMeta.pathContext`. (#3572) |
| 13 | +* Remove @samples directive. (#3567) |
| 14 | +* Remove @api directive. (#3566) |
| 15 | +* Improve display text for libraries. (#3552) |
| 16 | +* Remove `ElementType.canHaveParameters`. (#3563) |
| 17 | +* Privatize `ElementType`` subclass constructors (#3560) |
| 18 | +* InheritingContainer: `hasPublicInheritedMethods`, `inheritedFields`, |
| 19 | + `publicInheritedFields`, `publicInheritedMethods` are only visible |
| 20 | + for testing. (#3559) |
| 21 | +* Display inherited elements for extension types. (#3556) |
| 22 | +* Remove `DefinedElementType.element` and |
| 23 | + `DefinedElementType.isParameterType`. (#3558) |
| 24 | +* Make `TypeImplementing.directInterfaces` private. (#3555) |
| 25 | +* Display extension type super interfaces. (#3554) |
| 26 | +* Display extension type constructors. (#3550) |
| 27 | + |
1 | 28 | ## 7.0.2
|
2 | 29 |
|
3 | 30 | * Remove support for the deprecated `new ` prefix in comment references.
|
|
0 commit comments