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: mkdocstrings/griffe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.8.0
Choose a base ref
...
head repository: mkdocstrings/griffe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.11.0
Choose a head ref
  • 8 commits
  • 38 files changed
  • 2 contributors

Commits on Jul 28, 2025

  1. feat: Support PEP 695 generics

    Issue-342: #342
    PR-348: #348
    Co-authored-by: Timothée Mazzucotelli <[email protected]>
    viccie30 and pawamoy authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    be28e9c View commit details
    Browse the repository at this point in the history
  2. chore: Prepare release 1.9.0

    pawamoy committed Jul 28, 2025
    Configuration menu
    Copy the full SHA
    032779a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. docs: Add pages to llms.txt

    pawamoy committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    85dd76c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42983bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4449133 View commit details
    Browse the repository at this point in the history
  4. style: Format

    pawamoy committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    52c3dc8 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2025

  1. feat: Add data to dict/json output

    We now add the following attributes to the base output (non-full) of `as_dict()` and therefore `as_json()` methods (serialization):
    
    - `public`
    - `imports`
    - `exports`
    - `runtime`
    - `deprecated`
    
    In full mode, we also add the following attributes:
    
    - `is_public`
    - `is_deprecated`
    - `is_private`
    - `is_class_private`
    - `is_special`
    - `is_imported`
    - `is_exported`
    - `is_wildcard_exposed`
    - `is_inherited`
    pawamoy committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    9731afc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3cbedb View commit details
    Browse the repository at this point in the history
Loading