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

Commits on Mar 5, 2024

  1. feat: Better support for dataclasses

    Instead of generating parameters on the fly by (wrongly) checking attributes of the class,
    we always load a Griffe extension that re-creates `__init__` methods and their parameters.
    
    Issue-33: #233
    Issue-34: #234
    Issue-38: #238
    Issue-39: #239
    PR-240: #240
    pawamoy authored Mar 5, 2024
    Configuration menu
    Copy the full SHA
    82a9d57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbb347c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f314957 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix: Don't return properties as parameters of dataclasses (again)

    This was fixed in 5a5c03b, but broken in 82a9d57. The tests
    broke as well and did not catch the regression.
    
    Issue-232: #232
    PR-248: #248
    has2k1 authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    8c48397 View commit details
    Browse the repository at this point in the history
  2. docs: Document best practices

    Issue-124: #124
    pawamoy committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    781437e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdc9e1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a265a9d View commit details
    Browse the repository at this point in the history
  5. chore: Prepare release 0.42.0

    pawamoy committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c88b484 View commit details
    Browse the repository at this point in the history
Loading