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: fvbommel/sortorder
base: v1.0.1
Choose a base ref
...
head repository: fvbommel/sortorder
compare: v1.1.0
Choose a head ref
  • 4 commits
  • 7 files changed
  • 1 contributor

Commits on Sep 20, 2020

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

Commits on Sep 25, 2020

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

Commits on Aug 21, 2022

  1. Rename isdigit => isDigit

    fvbommel committed Aug 21, 2022
    Configuration menu
    Copy the full SHA
    42e2c37 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Add a case-folding version of Natural sort order.

    This can be used to perform case-insensitive comparisons and sorting.
    It's been placed in a separate sub-package because it requires
    the Unicode tables in the standard library,
    which can add significantly to binary size.
    fvbommel committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    a8d9302 View commit details
    Browse the repository at this point in the history