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 Loading
base: v0.25.8
Choose a base ref
...
head repository: TypeStrong/typedoc Loading
compare: v0.25.12
Choose a head ref
  • 20 commits
  • 38 files changed
  • 4 contributors

Commits on Feb 11, 2024

  1. Add module readmes to json output (#2500)

    * Add module readmes to json output
    
    Resolves #2499
    
    * deserialize readme unconditionally
    JMBeresford committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    de4d813 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    f92f5a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Fix crash with infinitely recursive type

    Fixes #2507
    Gerrit0 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    626d844 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474875e View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.25.9

    Gerrit0 committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c65d44c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9999d54 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Fix links to constructed enum references

    Resolves #2508
    Gerrit0 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    88d787c View commit details
    Browse the repository at this point in the history
  2. Improve doc HTML output

    Closes #2491
    Closes #2505
    
    This technically contains a breaking change as icons can no longer be overwritten via DefaultThemeRenderContext, but no published theme uses this, so I've decided not to care.
    Gerrit0 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    9751e31 View commit details
    Browse the repository at this point in the history
  3. Fix duplicate comments caused by signatures

    Resolves #2509
    Gerrit0 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    657045c View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.25.10

    Gerrit0 committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    e16a236 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b0796cb View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Fix empty index

    Resolves #2514
    Gerrit0 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9124254 View commit details
    Browse the repository at this point in the history
  2. Improve weird header handling

    Resolves #2515
    Gerrit0 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    edd6b6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    649c1fe View commit details
    Browse the repository at this point in the history
  4. Bump version to 0.25.11

    Gerrit0 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c72c621 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a1a5af View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Change default font to be compatible with Mac (#2520)

    * Set default font to Open Sans web font
    
    Segoe UI causes some text rendering issues on Mac.  Use Open Sans as a close replacement.
    
    * Update font-family
    
    * Make prettier happy
    
    ---------
    
    Co-authored-by: Gerrit Birkeland <gerrit@gerritbirkeland.com>
    docmattman and Gerrit0 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    c3ae6ec View commit details
    Browse the repository at this point in the history
  2. Support TypeScript 5.4

    Resolves #2517
    Closes #2519
    Gerrit0 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e718b09 View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.25.12

    Gerrit0 committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e8cb1a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5292214 View commit details
    Browse the repository at this point in the history
Loading