Skip to content

Commit 815b943

Browse files
committed
Update changelog, decrease regconfig tolerance
1 parent 9d9381e commit 815b943

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.config/regconfig.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"core": {
33
"workingDir": "dist/tmp/.reg",
44
"actualDir": "dist/tmp/__screenshots__",
5-
"thresholdRate": 0.01,
5+
"thresholdRate": 0.001,
66
"addIgnore": true,
77
"ximgdiff": {
88
"invocationType": "client"

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
11
# Unreleased
22

3+
### Features
4+
5+
- Classes which are `abstract` and enums which are `const` will now be indicated in their rendered documentation, #1874.
6+
- Added a new option `compilerOptions`, which can be used to override compiler options read from `tsconfig.json`, #1891.
7+
38
### Bug Fixes
49

510
- TypeDoc will now warn if a project name/version cannot be inferred from a package.json file, #1907.
611

12+
### Thanks!
13+
14+
- @ejuda
15+
- @schlusslicht
16+
717
## v0.22.14 (2022-04-07)
818

919
### Bug Fixes

0 commit comments

Comments
 (0)