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: v7.0.0
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.1
Choose a head ref
  • 17 commits
  • 4 files changed
  • 3 contributors

Commits on Apr 27, 2022

  1. Add missing cmdLine options

    un33k committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    442cca2 View commit details
    Browse the repository at this point in the history
  2. Up Version

    un33k committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    64b60d6 View commit details
    Browse the repository at this point in the history
  3. update dev deps

    un33k committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5ce9210 View commit details
    Browse the repository at this point in the history
  4. cmdline options

    un33k committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    c094c8a View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. upgrade py to 3.11

    un33k committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    a2aaded View commit details
    Browse the repository at this point in the history
  2. github action revert

    un33k committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    c236c15 View commit details
    Browse the repository at this point in the history
  3. merge sandbox

    un33k committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    bc2399d View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. SemVer Table

    un33k committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    dc888f5 View commit details
    Browse the repository at this point in the history
  2. SemVer Table

    un33k committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    f0b2676 View commit details
    Browse the repository at this point in the history
  3. SemVer Table

    un33k committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    fcbaac2 View commit details
    Browse the repository at this point in the history
  4. Support Matrix

    un33k committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    40a9b99 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93d15b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Update import order for unidecode vs text_unidecode (#126)

    AS is `text_unidecode` is install_requires it is always present in the python environment, 
    it makes sense to try import optinal dependency `unidecode` first, and only then fallback 
    to `text_unidecode`.
    enkidulan authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    22d7e84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e6209 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Add note on licensing (#130)

    C-nit authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b9b8b96 View commit details
    Browse the repository at this point in the history
  2. Legal Notice / Readme

    un33k committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e20c5e5 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'staging'

    un33k committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    58031be View commit details
    Browse the repository at this point in the history
Loading