Skip to content

Commit ac4c4e8

Browse files
committed
Merge branch 'master' into beta
2 parents 44da2de + 94f6693 commit ac4c4e8

File tree

24 files changed

+1643
-3649
lines changed

24 files changed

+1643
-3649
lines changed

.config/regconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,5 @@
77
"ximgdiff": {
88
"invocationType": "client"
99
}
10-
},
11-
"plugins": {
12-
"reg-notify-github-plugin": {
13-
"clientId": "MzIwNDY0MzDWL6ksSE3JT9Y3tLAwNbKwNNQPAQoElxTl56UDAA=="
14-
}
1510
}
1611
}

.config/typedoc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"EventHooksMomento",
1111
"MarkedPlugin"
1212
],
13+
"sort": ["kind", "instance-first", "required-first", "alphabetical"],
1314
"entryPoints": ["../src"],
1415
"entryPointStrategy": "resolve",
1516
"excludeExternals": true,

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@
1818

1919
# Unreleased
2020

21+
## v0.23.10 (2022-07-31)
22+
23+
### Features
24+
25+
- Added support for detecting comments directly before parameters as the parameter comment, #2019.
26+
- Added support for using the comment directly before a constructor parameter that declares a property as the property comment, #2019.
27+
- Improved schema generation to give better autocomplete for the `sort` option.
28+
- Optional properties are now visually distinguished in the index/sidebar by rendering `prop` as `prop?`, #2023.
29+
- `DefaultThemeRenderContext.markdown` now also accepts a `CommentDisplayPart[]` for rendering, #2004.
30+
- Expose `Converter.resolveLinks` method for use with `Converter.parseRawComment`, #2004.
31+
32+
### Bug Fixes
33+
34+
- Fixed schema URL for TSDoc preventing the use of `typedoc/tsdoc.json` in TSDoc extends, #2015.
35+
- Improved detection of package names in repositories using pnpm, #2017.
36+
- Fixed missing JSDoc style `@typedef` comments for properties, #2020.
37+
38+
### Thanks!
39+
40+
- @bodil
41+
- @nazarhussain
42+
2143
## v0.23.9 (2022-07-24)
2244

2345
### Bug Fixes

0 commit comments

Comments
 (0)