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: python-validators/validators
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.28.0
Choose a base ref
...
head repository: python-validators/validators
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.28.1
Choose a head ref
  • 13 commits
  • 18 files changed
  • 3 contributors

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    9f5871b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #362 from yozachar/workshop

    fix: reduce memory footprint when loading TLDs
    yozachar authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f89ddc2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. build(deps): bump idna from 3.6 to 3.7 in /package

    Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
    - [Release notes](https://github.com/kjd/idna/releases)
    - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
    - [Commits](kjd/idna@v3.6...v3.7)
    
    ---
    updated-dependencies:
    - dependency-name: idna
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    3e72ce3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #365 from python-validators/dependabot/pip/package…

    …/idna-3.7
    
    build(deps): bump idna from 3.6 to 3.7 in /package
    yozachar authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    f04a8c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 19, 2024

  1. Merge pull request #367 from yozachar/workshop

    fix: rfc cases in the `domain` validator
    yozachar authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    faed951 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aaccf08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54917a0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #368 from yozachar/workshop

    chore: documentation maintenance
    yozachar authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    ede7c67 View commit details
    Browse the repository at this point in the history
  5. chore: update contribution guidelines

    - removes unused `.pre-commit-config.yaml`
    - removes unused `compose.yaml`
    yozachar committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    2ff3b12 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #369 from yozachar/workshop

    chore: update contribution guidelines
    yozachar authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6d9bfb9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    79b031a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #370 from yozachar/workshop

    chore: updated dev dependencies; bump version
    yozachar authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    8b16fcb View commit details
    Browse the repository at this point in the history
Loading