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: JustinGrote/ModuleFast
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: JustinGrote/ModuleFast
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Dec 7, 2024

  1. 🐛 Modules with Trailing Zeroes do not install correctly (#100)

    Fixes #98
    Co-authored-by: Justin Grote <[email protected]>
    Co-authored-by: Raimund Andree <[email protected]>
    raandree and JustinGrote committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    d2e0185 View commit details
    Browse the repository at this point in the history
  2. 🧪 Fix versioning test

    JustinGrote committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    ba7134d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

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

Commits on Apr 23, 2025

  1. ✨ Exclude Prereleases from Exclusive Matching (#108)

    Modifies behavior so that `Module<2.0` does not match `2.0.0-alpha1` unless `-StrictSemVer` is specified
    Fixes #107
    ![image](https://github.com/user-attachments/assets/b32dd608-2997-4fef-a038-c4cf903c2865)
    JustinGrote authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    bbaacc8 View commit details
    Browse the repository at this point in the history
Loading