-
-
Notifications
You must be signed in to change notification settings - Fork 125
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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/mkdocstrings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.18.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mkdocstrings/mkdocstrings
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.19.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 15 commits
- 20 files changed
- 3 contributors
Commits on Mar 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e19071b - Browse repository at this point
Copy the full SHA e19071bView commit details
Commits on Apr 9, 2022
-
refactor: Deprecate BaseCollector and BaseRenderer
The BaseCollector and BaseRenderer are merged into the BaseHandler (as mixins for now). Developers are still able to create collectors and renderers using these deprecated base classes, and pass instances of them when creating their handler. All the methods of the deprecated bases can now be defined on the BaseHandler subclass itself. Handlers can then be instantiated by passing the handler's name, the theme and the optional custom templates folder name/path. Reasoning: often times, the renderer and the collector need to communicate or share data. For example, the Crystal renderer uses the collector to lookup names when creating cross-references. The Python handlers are able to filter members when collecting/returning data, and need the same members list when rendering, to order the elements based on that list. This change is the first of two, where the second change will deprecate the use of `selection` and `rendering` keys in the YAML options or MkDocs configuration, in favor of a single `options` key that both the collection and rendering process will share.
Configuration menu - View commit details
-
Copy full SHA for eb822cb - Browse repository at this point
Copy the full SHA eb822cbView commit details
Commits on Apr 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 78e11fa - Browse repository at this point
Copy the full SHA 78e11faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c4c51cd - Browse repository at this point
Copy the full SHA c4c51cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9055d58 - Browse repository at this point
Copy the full SHA 9055d58View commit details
Commits on Apr 20, 2022
-
refactor: Deprecate 'selection' and 'rendering' YAML keys
As seen in commit eb822cb, the separation of the selection/collection and rendering configuration is problematic. This commit further reduces this separation by merging the two current YAML keys 'selection' and 'rendering' into a single 'options' key. It means both the 'collect' and 'render' methods have access to every option. The old keys can still be used, but are deprecated, and therefore a deprecation warning is emitted if these keys are found in either global or local configurations. PR #420: #420
Configuration menu - View commit details
-
Copy full SHA for 3335310 - Browse repository at this point
Copy the full SHA 3335310View commit details
Commits on Apr 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for cccebc4 - Browse repository at this point
Copy the full SHA cccebc4View commit details
Commits on Apr 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 91f5f83 - Browse repository at this point
Copy the full SHA 91f5f83View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5d3250f - Browse repository at this point
Copy the full SHA 5d3250fView commit details
Commits on May 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c20022e - Browse repository at this point
Copy the full SHA c20022eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c71f26 - Browse repository at this point
Copy the full SHA 7c71f26View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa77b9c - Browse repository at this point
Copy the full SHA aa77b9cView commit details
Commits on May 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 624e712 - Browse repository at this point
Copy the full SHA 624e712View commit details
Commits on May 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0a9daf2 - Browse repository at this point
Copy the full SHA 0a9daf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0e4d1 - Browse repository at this point
Copy the full SHA 5c0e4d1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.18.1...0.19.0