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

Implement proper version sorting #148

Merged
merged 5 commits into from
Aug 8, 2024
Merged

Implement proper version sorting #148

merged 5 commits into from
Aug 8, 2024

Commits on Jul 24, 2024

  1. Implement proper version sorting

    Got bored and wanted to explore Typescript.
    
    Tested on https://typescriptlang.org/play:
    
        > console.log(sortVersions(['1.2.3', '1.2.3-d', '1.2.3.bcr.1', '1.2.3rc3', '1', 'k']))
        ["k", "1.2.3rc3", "1.2.3.bcr.1", "1.2.3", "1.2.3-d", "1"] 
    
    Addresses #54.
    
    Fixes #142.
    Wyverald authored Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7b4d324 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

    Wyverald authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    32aad6f View commit details
    Browse the repository at this point in the history
  3. more formatting

    Wyverald authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7ab6b9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    37ae728 View commit details
    Browse the repository at this point in the history