Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TypeStrong/typedoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.23.27
Choose a base ref
...
head repository: TypeStrong/typedoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.23.28
Choose a head ref
  • 5 commits
  • 20 files changed
  • 2 contributors

Commits on Mar 19, 2023

  1. Copy the full SHA
    642dd2e View commit details
  2. Copy the full SHA
    aa36d85 View commit details
  3. Copy the full SHA
    6a0bcfb View commit details
  4. Bump version to 0.23.28

    Gerrit0 committed Mar 19, 2023
    Copy the full SHA
    c104f16 View commit details
  5. Copy the full SHA
    415c819 View commit details
1 change: 1 addition & 0 deletions .config/.prettierignore
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@
../src/test/renderer/specs
../src/test/renderer/testProject
../src/test/utils/options/readers/data/invalid2.json
../src/test/converter2/behavior/constTypeParam.ts
../static/main.js
../example/docs/
**/tmp
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Unreleased

## v0.23.28 (2023-03-19)

### Features

- Added support for TypeScript 5.0, #2201.
- `const` type parameters.
- JSDoc `@overload` tag.
- JSDoc `@satisfies` tag.

## v0.23.27 (2023-03-16)

### Features
Loading