Skip to content

Commit 83d0a34

Browse files
committed
Update changelog
1 parent f28d57b commit 83d0a34

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## 0.35.0
2+
3+
* Update Dart analyzer version to 0.40+ and update minimum Dart version
4+
to 2.10. (#???? -- update after release PR is known)
5+
* Add a `nodoc` option in `dartdoc_options.yaml` to prevent all symbols
6+
declared in a file from ever being documented, similar to using `@nodoc`
7+
(#2369, #2368, #2266, #2355)
8+
* Some template interface refactors preparing for mustache changes to drop
9+
use of dart:mirrors. (#2371, #2370)
10+
* Add an feature to allow declaring a `DartdocOption`'s value to be a glob.
11+
(#2365)
12+
* **Breaking change**: The `DartdocOption` constructor interface has changed
13+
so it uses an enum instead of individual `isFile` and `isDir`.
14+
* Emit a warning rather than throwing a fatal error for a package with
15+
no libraries. (#2360, #2327)
16+
* Fix several problems with implementation chain display when there are
17+
intermediate private classes (#2358, #2290, #2094, #2354, #1623)
18+
* Fix a deadlock in `MultiFutureTracker`. (#2351)
19+
* Cache exclude values and known parts. (#2347)
20+
121
## 0.34.0
222

323
* PackageConfigProvider, MockSdk, etc for improved unit testing (#2332)

0 commit comments

Comments
 (0)