Skip to content

Tags: JustinGrote/ModuleFast

Tags

v1.0.0-beta1

Toggle v1.0.0-beta1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ Convert to binary module (#114)

Transition the project to C# by implementing core functionalities as binary cmdlets, enhancing performance and maintainability. This includes the addition of a new project structure, improved caching mechanisms, and support for NuGet package management. Update tests and documentation to reflect these changes. Also add initial AOT support

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: JustinGrote <15258962+JustinGrote@users.noreply.github.com>
Co-authored-by: Justin Grote <justingrote@users.noreply.github.com>

v0.6.1

Toggle v0.6.1's commit message
🪳 Fix ModuleFast failing on first run in VSCode

This occured in any system where the $profile object was not present

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
✨ 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)

v0.5.1

Toggle v0.5.1's commit message
🐛 Modules with Trailing Zeroes do not install correctly (#100)

Fixes #98
Co-authored-by: Justin Grote <JustinGrote@users.noreply.github.com>
Co-authored-by: Raimund Andree <r.andree@live.com>

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
📄 Fix markdown mistake

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🐛 Fix blob storage extra slash (#92)

Resolves an issue where feeds that provide a trailing slash on their repositories and are strict on slashes (Azure Blob Storage) wouldn't resolve correctly.

v0.3.0

Toggle v0.3.0's commit message
👷‍♂️ Explicitly call out Packagemanagement (conflict with AnyPackage)

v0.2.0

Toggle v0.2.0's commit message
🐛 ShouldProcess fails if Debug is specified in NonInteractive Mode (#78)

Fixes #73

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
♻️ Replace Clean block for 7.2 Compatibility

* ♻️ Replace Clean block for 7.2 Compatibility

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
♻️ Replace Clean block for 7.2 Compatibility

* ♻️ Replace Clean block for 7.2 Compatibility