8000 Comparing v0.5.0...v0.6.0 · samuelcolvin/dirty-equals · GitHub
[go: up one dir, main page]

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: samuelcolvin/dirty-equals
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: samuelcolvin/dirty-equals
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0
Choose a head ref
  • 14 commits
  • 35 files changed
  • 6 contributors

Commits on Aug 30, 2022

  1. add test for version

    samuelcolvin committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    1b0b177 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Depend on typing-extensions only for Python < 3.8 (#50)

    typing.Literal is part of stdlib since Python 3.8, and since this is
    the only type where fallback to typing-extensions is used, this package
    is never used in Python 3.8 and newer.  Update the dependency
    accordingly.
    mgorny authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5cf23ce View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Feat add IsHash (#44)

    * Feat add IsHash
    
    * fix IsHash logic and add hashlib tests
    
    * Fix use HashTypes variable and regex tweaks
    
    * allow bytes, fix literal check
    
    Co-authored-by: Samuel Colvin <s@muelcolvin.com>
    osintalex and samuelcolvin authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    42c5594 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. feat: add IsUrl (#47)

    * feat: add IsUrl
    
    * fix Add pydantic to requirements-linting
    
    * fix: make pydantic optional and add kwargs
    
    * fix: add string type to IsUrl class defintion
    
    * Formatting - tidy up other and tests
    
    * Fix add pydantic to test requirements
    
    * Fix add pydantic to linting requirements
    
    * Fix change double quotes to single
    
    * Fix increase test coverage and catch kwargs bug
    
    * Fix mypy and quotes error
    
    * fix optional dependencies
    
    Co-authored-by: Alexander Darby <alexander.darby@pwc.com>
    Co-authored-by: Samuel Colvin <s@muelcolvin.com>
    3 people authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    724494c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. FloatInf & FloatNan (#57)

    * added NaN and Inf types
    
    * doc section
    
    * double to single quote
    FBruzzesi authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    92a98ea View commit details
    Browse the repository at this point in the history
  2. ci: move to Python 3.11 final (#56)

    * ci: move to Python 3.11 final in CI
    
    * ci: invalidate pip cache
    
    * skip failing test on pypy3.8
    
    ---------
    
    Co-authored-by: Samuel Colvin <s@muelcolvin.com>
    browniebroke and samuelcolvin authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    cd2eedd View commit details
    Browse the repository at this point in the history
  3. add check job to CI, remove caching (#62)

    add check job to ci, remove caching
    samuelcolvin authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5ebf9ed View commit details
    Browse the repository at this point in the history
  4. uprev deps (#63)

    samuelcolvin authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    6ca308e View commit details
    Browse the repository at this point in the history
  5. numeric exact (#64)

    samuelcolvin authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    b8909ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    caa4a73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41ca9de View commit details
    Browse the repository at this point in the history
  8. Add mike (#66)

    * adding docs versioning with mike
    
    * set canonical url
    
    * fixes
    
    * fix url
    
    * fix version sub
    
    * fix version tag
    
    * add mike to ci
    
    * tweak ci
    
    * set git credentials
    
    * set git credentials, take 2
    
    * pull branch
    
    * git config --global pull.ff only
    
    * try git config pull.rebase true
    
    * test docs changes
    
    * fix ci
    
    * correct canonical url
    
    * prepare for merge - enable checks
    samuelcolvin authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    fa75850 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    345e78b View commit details
    Browse the repository at this point in the history
  10. set "--update-aliases"

    samuelcolvin committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    5577ce5 View commit details
    Browse the repository at this point in the history
Loading
0