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.25.1
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.25.2
Choose a head ref
  • 11 commits
  • 20 files changed
  • 3 contributors

Commits on Sep 16, 2023

  1. Handling for multi word searches

    Split searches on space and wraps each part in a wildcard.  This replaces
    the current current behavior of wrapping the entire search query in a wildcard.
    
    Current behavior:
        * "create" becomes "*create*"
        * "create item" becomes "*create item*"
    
    New behavior:
        * "create" becomes "*create*"
        * "create item" becomes "*create* *item*"
    Michael Yoder authored and Gerrit0 committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    f2d2abe View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Fix broken settings icons

    Resolves #2408
    Gerrit0 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    878e06a View commit details
    Browse the repository at this point in the history
  2. Fix solution style tsconfigs

    Resolves #2406
    Gerrit0 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    608cf48 View commit details
    Browse the repository at this point in the history
  3. Fix invalid link handling in packages mode

    Resolves #2403
    Gerrit0 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    2cabd22 View commit details
    Browse the repository at this point in the history
  4. Add navigationLeaves option

    Resolves #2382
    Gerrit0 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    b12258d View commit details
    Browse the repository at this point in the history
  5. Handle @module on declare module "foo"

    Resolves #2401
    Gerrit0 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    8e0aaf7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Handle @template constraints correctly

    Resolves #2389
    Gerrit0 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    130ba48 View commit details
    Browse the repository at this point in the history
  2. Add sortEntryPoints option

    Resolves #2393
    Gerrit0 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    6cb49b2 View commit details
    Browse the repository at this point in the history
  3. Bump dev dep versions

    Gerrit0 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    4e16473 View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.25.2

    Gerrit0 committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    73d7f3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22fe25c View commit details
    Browse the repository at this point in the history
Loading