Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(text/unstable): add slugify() function #5646

Merged
merged 16 commits into from
Aug 14, 2024
Merged

Commits on Aug 6, 2024

  1. initial commit

    timreichen committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5a28482 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bba6824 View commit details
    Browse the repository at this point in the history
  3. add slugify export

    timreichen committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    efe1ff9 View commit details
    Browse the repository at this point in the history
  4. add return type

    timreichen committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    6bcd670 View commit details
    Browse the repository at this point in the history
  5. add jsdocs

    timreichen committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    b3f0390 View commit details
    Browse the repository at this point in the history
  6. add export

    timreichen committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a87367f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    2542bcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd646d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b76d014 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

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

    iuioiua committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a6ae83d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bebca89 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

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

Commits on Aug 14, 2024

  1. mark API unstable

    kt3k committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    edc07bb View commit details
    Browse the repository at this point in the history
  2. improve docs

    kt3k committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e841146 View commit details
    Browse the repository at this point in the history