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.28.0
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.28.1
Choose a head ref
  • 17 commits
  • 21 files changed
  • 5 contributors

Commits on Mar 16, 2025

  1. Make plugin peerDependency filtering more strict

    Yes, this means that even plugins which use even a *tiny* bit of TypeDoc's
    API will require a re-release when breaking TypeDoc versions are
    released in order to continue showing up in the current version. That's
    completely intended; it should be up to plugin maintainers to verify support,
    not a new user who tries to use it based on a soft recommendation from TypeDoc's
    plugin page. Users wanting to try to use a plugin which doesn't claim support
    can still do so, either with "legacy" peer deps, or by using overrides.
    Gerrit0 committed Mar 16, 2025
    Configuration menu
    Copy the full SHA
    8100920 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fe465 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    182ef52 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Handle Windows line endings in region include

    Resolves #2902
    Gerrit0 committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    dfd3c27 View commit details
    Browse the repository at this point in the history
  2. Mark TypeDocOptions members as optional

    Resolves #2901
    Gerrit0 committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    00fb078 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b665ff View commit details
    Browse the repository at this point in the history
  4. Specify entry point when generating site

    Resolves #2904
    Gerrit0 committed Mar 18, 2025
    Configuration menu
    Copy the full SHA
    404a7cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    383e164 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2025

  1. Configuration menu
    Copy the full SHA
    c421520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df1033f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d95afa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34ce994 View commit details
    Browse the repository at this point in the history
  5. Fix #2910

    Gerrit0 committed Mar 19, 2025
    Configuration menu
    Copy the full SHA
    b53a220 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. Configuration menu
    Copy the full SHA
    a49c6c8 View commit details
    Browse the repository at this point in the history
  2. Update changelog

    Gerrit0 authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    c7ac719 View commit details
    Browse the repository at this point in the history
  3. Release v0.28.1

    Gerrit0 authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    6421662 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6090b3e View commit details
    Browse the repository at this point in the history
Loading