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-pydantic
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.2
Choose a base ref
...
head repository: mkdocstrings/griffe-pydantic
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.3
Choose a head ref
  • 7 commits
  • 42 files changed
  • 1 contributor

Commits on Mar 1, 2025

  1. Configuration menu
    Copy the full SHA
    0379f9d View commit details
    Browse the repository at this point in the history
  2. fix: Handle inherited fields

    They were skipped because we checked the type of class members instead of their kind (meaning aliases would be skipped).
    
    Issue-17: #17
    pawamoy committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    c41a776 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. refactor: Run dynamic analysis once package is loaded

    This allows us to use `all_members` when looking up fields and validators, which fixes an issue with models inherting from base ones.
    
    Issue-19: #19
    pawamoy committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    6e3ab4f View commit details
    Browse the repository at this point in the history
  2. chore: Template upgrade

    pawamoy committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    28ef155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f37b7e View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

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

Commits on Mar 20, 2025

  1. chore: Prepare release 1.1.3

    pawamoy committed Mar 20, 2025
    Configuration menu
    Copy the full SHA
    0e9f9d7 View commit details
    Browse the repository at this point in the history
Loading