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: stefankoegl/python-json-pointer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: stefankoegl/python-json-pointer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.1
Choose a head ref
  • 19 commits
  • 11 files changed
  • 5 contributors

Commits on May 28, 2025

  1. Initial plan for issue

    Copilot committed May 28, 2025
    Configuration menu
    Copy the full SHA
    2f31bec View commit details
    Browse the repository at this point in the history
  2. Drop Python 2.7, 3.7, 3.8 support - update config and remove compatib…

    …ility code
    
    Co-authored-by: stefankoegl <184196+stefankoegl@users.noreply.github.com>
    Copilot and stefankoegl committed May 28, 2025
    Configuration menu
    Copy the full SHA
    a86f186 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete 'except ImportError' exclusion from .coveragerc

    Co-authored-by: stefankoegl <184196+stefankoegl@users.noreply.github.com>
    Copilot and stefankoegl committed May 28, 2025
    Configuration menu
    Copy the full SHA
    4f12e7c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Merge pull request #67 from stefankoegl/copilot/fix-48

    Drop Python 2.7, 3.7, 3.8 support
    stefankoegl authored Jun 10, 2025
    Configuration menu
    Copy the full SHA
    9087321 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

  1. Configuration menu
    Copy the full SHA
    b591908 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c4593 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2026

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

Commits on Mar 20, 2026

  1. Configuration menu
    Copy the full SHA
    73dd9b2 View commit details
    Browse the repository at this point in the history
  2. fix flake8 issue

    stefankoegl committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    c76bac9 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #73 from stefankoegl/update-python

    Update to latest Python versions
    stefankoegl authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    5f89969 View commit details
    Browse the repository at this point in the history
  4. release v3.1.0

    stefankoegl committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    b798115 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #74 from stefankoegl/v3.1

    Release v3.1.0
    stefankoegl authored Mar 20, 2026
    Configuration menu
    Copy the full SHA
    97cd230 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2026

  1. Configuration menu
    Copy the full SHA
    1233257 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b657276 View commit details
    Browse the repository at this point in the history
  3. Fix flake8 issue

    stefankoegl committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    928959c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #69 from angela-tarantula/patch-1

    [BUGFIX] Forbid array references with leading zeros
    stefankoegl authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    0e9ea50 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6844d7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #68 from nsano-rururu/test-py313and314

    Add support for Python 3.13 and 3.14
    stefankoegl authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    bea0f7e View commit details
    Browse the repository at this point in the history
  7. bump version to 3.1.1

    stefankoegl committed Mar 23, 2026
    Configuration menu
    Copy the full SHA
    ada0cad View commit details
    Browse the repository at this point in the history
Loading