Skip to content

Commit 7ca811b

Browse files
committed
Merge branch 'master' into search-boosts
2 parents 09d7c26 + 261b5a1 commit 7ca811b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2013
-986
lines changed

.config/.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,7 @@
88
../src/test/renderer/testProject
99
../static/main.js
1010
../example/docs/
11+
12+
# Turn this back on once supported by Prettier
13+
../src/test/converter2/behavior/instantiationExpressions.ts
14+
../src/test/converter/types/general.ts

CHANGELOG.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Unreleased
22

3+
### Features
4+
5+
- Added support for TypeScript 4.7, #1935.
6+
- Support enum-like objects with numeric literal values tagged with `@enum`, #1918.
7+
- Enum member reflections will now have their `type` set to either a `LiteralType` with a string or numeric value or an `IntrinsicType` with type `number`, #1942.
8+
Using `defaultValue` on `EnumMember` reflections is now deprecated, and will be broken in 0.23.
9+
10+
### Bug Fixes
11+
12+
- Fixed invalid type output in some uncommon edge cases, TypeDoc also now renders fewer superfluous parenthesis when creating types.
13+
- TypeDoc is now more consistent about ordering with `enum-value-ascending` or `enum-value-descending` sort strategies in mixed string/number enums.
14+
15+
### Thanks!
16+
17+
- @ejuda
18+
- @Zamiell
19+
320
## v0.22.15 (2022-04-10)
421

522
### Features
@@ -830,7 +847,7 @@
830847
- isExternal flag wasn't set properly
831848
- JSON schema had incorrect value types, closes #1389
832849
- Hidden module-namespaces, closes #1396
833-
- Some issues with inheritence
850+
- Some issues with inheritance
834851
- We pick up all properties now
835852
- Support for specify a directory as an entry point
836853
- Lint
@@ -949,7 +966,7 @@
949966
- Missed a test configuration update
950967
- Rename external modules to modules, closes #109
951968
- Check for compiler errors before converting
952-
- Moved @types/minimatch dependency to devDepencencies (#1206)
969+
- Moved @types/minimatch dependency to devDependencies (#1206)
953970
- Plugin resolution for relative paths (#1194), closes #1188
954971

955972
### Thanks!

0 commit comments

Comments
 (0)