Skip to content

Commit

Permalink
Merge pull request #1943 from TypeStrong/ts47
Browse files Browse the repository at this point in the history
Support TypeScript 4.7
  • Loading branch information
Gerrit0 committed May 30, 2022
2 parents 428c044 + 0fd39b6 commit 643f346
Show file tree
Hide file tree
Showing 25 changed files with 1,801 additions and 882 deletions.
4 changes: 4 additions & 0 deletions .config/.prettierignore
Expand Up @@ -8,3 +8,7 @@
../src/test/renderer/testProject
../static/main.js
../example/docs/

# Turn this back on once supported by Prettier
../src/test/converter2/behavior/instantiationExpressions.ts
../src/test/converter/types/general.ts
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,13 @@
# Unreleased

### Features

- Added support for TypeScript 4.7, #1935.

### Bug Fixes

- Fixed invalid type output in some uncommon edge cases, TypeDoc also now renders fewer superfluous parenthesis when creating types.

## v0.22.15 (2022-04-10)

### Features
Expand Down

0 comments on commit 643f346

Please sign in to comment.