Skip to content

Commit 291ebc5

Browse files
authored
Bump to version 0.32.4 (#2311)
1 parent 977f117 commit 291ebc5

File tree

4 files changed

+33
-3
lines changed

4 files changed

+33
-3
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
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+
131
## 0.32.3
232

333
* Allow injected HTML in a macro which is output by a tool (#2274).

dartdoc_options.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
dartdoc:
22
linkToSource:
33
root: '.'
4-
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.32.3/%f%#L%l%'
4+
uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.32.4/%f%#L%l%'

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated code. Do not modify.
2-
const packageVersion = '0.32.3';
2+
const packageVersion = '0.32.4';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dartdoc
22
# Run `grind build` after updating.
3-
version: 0.32.3
3+
version: 0.32.4
44
description: A non-interactive HTML documentation generator for Dart source code.
55
homepage: https://github.com/dart-lang/dartdoc
66
environment:

0 commit comments

Comments
 (0)