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: un33k/python-slugify
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.0.1
Choose a base ref
...
head repository: un33k/python-slugify
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.0.4
Choose a head ref
  • 20 commits
  • 12 files changed
  • 6 contributors

Commits on Feb 24, 2023

  1. unidecode (advanced) hyperlink

    un33k authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    cab3246 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. Replace flake8 and pycodestyle with ruff (#131)

    * Replace flake8 and pycodestyle with ruff
    
    * flake8 --> ruff
    
    * dev.requirements.txt: ruff==0.0.285, twine==4.0.2
    
    * pip install -t dev.requirements.txt
    
    * Ruff
    cclauss authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    59eb957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef375be View commit details
    Browse the repository at this point in the history
  3. Add typing and expose py.typed (#137)

    * Add typing and expose ``py.typed`` (#135)
    
    * actions order
    
    * Revert "actions order"
    
    This reverts commit 716c2c7.
    
    * Revert "Merge branch 'master' into staging"
    
    This reverts commit e1699be, reversing
    changes made to c3fe574.
    
    ---------
    
    Co-authored-by: Daniël van Noord <13665637+DanielNoord@users.noreply.github.com>
    un33k and DanielNoord authored Oct 9, 2023
    Configuration menu
    Copy the full SHA
    a072544 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Jan 25, 2024

  1. pre normalize

    un33k committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    24946ec View commit details
    Browse the repository at this point in the history
  2. upversion node support

    un33k committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3b61126 View commit details
    Browse the repository at this point in the history
  3. format fix

    un33k committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    ea42704 View commit details
    Browse the repository at this point in the history
  4. more test

    un33k committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    237ccbd View commit details
    Browse the repository at this point in the history
  5. Ci - Normalize accented text twice. (#143)

    * pre normalize, upversion node support in ci/cd, more test
    un33k authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    e52c35e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Remove compatibility with unsupported Python versions (#146)

    Also fix typing of `pattern`
    Viicos authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e4c6700 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into ci

    un33k committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ab9ee93 View commit details
    Browse the repository at this point in the history
  3. UpVersion

    un33k committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e3cd9cd View commit details
    Browse the repository at this point in the history
  4. Drop compatibility for unsupported Python Version (#147)

    Drop compatibility for unsupported Python Version (8.0.3)
    ----
    
    Co-authored-by: Viicos <65306057+Viicos@users.noreply.github.com>
    un33k and Viicos authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    26b81c2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into ci

    un33k committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    0116509 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    a243ccd View commit details
    Browse the repository at this point in the history
  2. up version

    un33k committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8bb1514 View commit details
    Browse the repository at this point in the history
  3. format

    un33k committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    8fd20c6 View commit details
    Browse the repository at this point in the history
  4. Uppercase handling of special chars (#149)

    * Remove compatibility with unsupported Python versions (#146)
    * fix uppercase pre-translations (#148)
    
    Co-authored-by: Viicos <65306057+Viicos@users.noreply.github.com>
    Co-authored-by: Michael <35783820+mib1185@users.noreply.github.com>
    3 people authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    2433548 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into ci

    un33k committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    f85f948 View commit details
    Browse the repository at this point in the history
Loading