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: mondeja/mkdocs-include-markdown-plugin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.1
Choose a base ref
...
head repository: mondeja/mkdocs-include-markdown-plugin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.0.3
Choose a head ref
  • 3 commits
  • 32 files changed
  • 2 contributors

Commits on Oct 12, 2023

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

Commits on Oct 14, 2023

  1. Refactor to use new static type checking features (#180)

    * Use new static type checking features
    
    * Use class-based config and attributes from MkDocs 1.4
    * Use dataclass from Python 3.8
    * Refactor: put runtime attributes onto the plugin rather than onto the config - also statically typed
    
    Extra: actually depend on MkDocs, it is a dependency
    oprypin authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    065c890 View commit details
    Browse the repository at this point in the history
  2. Improve coverage (#181)

    mondeja authored Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b1eef73 View commit details
    Browse the repository at this point in the history
Loading