Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .config/.prettierignore
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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
Loading