|
| 1 | +## 0.32.3 |
| 2 | + |
| 3 | +* Allow injected HTML in a macro which is output by a tool (#2274). |
| 4 | +* Add packageName to index.json entries (#2271). |
| 5 | +* Bump markdown to 2.1.5 (#2267). |
| 6 | +* Reduce the time to generate docs. Using an example Flutter package, the time |
| 7 | + required to generate docs was reduced from 67 seconds to 46 seconds, a 31% |
| 8 | + reduction (#2255, #2259, #2260, #2267). |
| 9 | +* Don't HTML-escape source code blocks in Markdown output (#2253). |
| 10 | +* Don't crash when documenting an export with '//' in the path (#2254). |
| 11 | +* Improve null safety support (#2269). |
| 12 | + |
| 13 | +## 0.32.2 (unreleased) |
| 14 | +* Improve null safety support (#2248, #2250). |
| 15 | +* Allow dartdoc to execute a callback after `generateDocs` (#2238, #2239). |
| 16 | +* Fix a type parameter rendering bug (#2227). |
| 17 | + |
1 | 18 | ## 0.32.1
|
2 |
| -* Allow documenting code with null safety (#2210, #2221) |
3 |
| -* Refactors moving toward mono-repo support (#2219) |
| 19 | +* Allow documenting code with null safety (#2210, #2221). |
| 20 | +* Refactors moving toward mono-repo support (#2219). |
4 | 21 |
|
5 | 22 | ## 0.32.0
|
6 |
| -* Fix type exception in 2.9 dev versions of dart (#2214) |
| 23 | +* Fix type exception in 2.9 dev versions of dart (#2214). |
7 | 24 | * **BREAKING** : Refactor `Container` class, changing the names
|
8 | 25 | of many getters for templates. Users with custom templates
|
9 | 26 | may need to update their templates (#2206, #2208).
|
10 | 27 | * Refactors moving toward mono-repo support (#2204, #2203).
|
11 | 28 | * Fix crash with newer analyzers and unnamed extension methods
|
12 | 29 | (#2197).
|
13 | 30 | * Use `flutter pub get` when appropriate instead of dart
|
14 |
| - `pub get` (#2190) |
| 31 | + `pub get` (#2190). |
15 | 32 |
|
16 | 33 | ## 0.31.0
|
17 | 34 | * `--link-to-remote` is now the default. (#2147)
|
|
0 commit comments