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.22.14
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.22.15
Choose a head ref
  • 15 commits
  • 18 files changed
  • 6 contributors

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    c675715 View commit details
    Browse the repository at this point in the history
  2. Display flags next to class name

    Reflections in TypeDoc can be assigned flags, describing certain
    properties of the reflection, e.g. abstract, private, readonly etc.
    These flags were rendered using badges for most type of reflections, but
    not for reflections which are displayed on their own page (like classes,
    interfaces etc.). This made it difficult to establish e.g. whether a
    class is abstract (see #1874).
    
    This PR fixes the issue by rendering flags in the page titles next to
    the name of the documented entity.
    
    Styling of the badges has been amended, to account for them now showing
    next to much bigger headings. The styling was inspired by [Bootstrap
    badges](https://getbootstrap.com/docs/4.0/components/badge/).
    
    Partially resolves #1874.
    ejuda committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    e0306ec View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    934206d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1891 from schlusslicht/feat/override-tsconfig

    Allow overriding tsconfig options from within tsconfig.json
    Gerrit0 authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    3cb756e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1914 from ejuda/1874/indicate-abstract-classes

    Display flags next to class name
    Gerrit0 authored Apr 9, 2022
    Configuration menu
    Copy the full SHA
    9d9381e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    815b943 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2022

  1. Configuration menu
    Copy the full SHA
    914439a View commit details
    Browse the repository at this point in the history
  2. build: fix format

    matteobruni committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    7f9c618 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1917 from matteobruni/master

    Added more render hooks
    Gerrit0 authored Apr 10, 2022
    Configuration menu
    Copy the full SHA
    bacefb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0306a59 View commit details
    Browse the repository at this point in the history
  5. Oops

    Gerrit0 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    d04e2dc View commit details
    Browse the repository at this point in the history
  6. chore: Upgrade dependencies

    Gerrit0 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    e25235b View commit details
    Browse the repository at this point in the history
  7. Bump minimist from 1.2.5 to 1.2.6

    Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
    - [Release notes](https://github.com/substack/minimist/releases)
    - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: minimist
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Gerrit0 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    3c4753c View commit details
    Browse the repository at this point in the history
  8. Release v0.22.15

    Gerrit0 committed Apr 10, 2022
    Configuration menu
    Copy the full SHA
    ad3dbfd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    abed9a6 View commit details
    Browse the repository at this point in the history
Loading