-
Notifications
You must be signed in to change notification settings - Fork 4
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
🩹 [Patch]: Add CasingStyle
dependency
#292
Conversation
…le` for consistency
…bEventData` and `ConvertTo-HashTable`
…ng unnecessary module requirement and reordering attributes for clarity
…Table` function for code clarity
…ShouldProcess and add CasingStyle module definition
Module GitHub - 0.13.3-dependOnCasing001 published to the PowerShell Gallery. |
GitHub release for GitHub v0.13.3-dependOnCasing001 has been created. |
Module GitHub - 0.13.3-dependOnCasing002 published to the PowerShell Gallery. |
GitHub release for GitHub v0.13.3-dependOnCasing002 has been created. |
CasingStyle
as nested moduleCasingStyle
dependency
…hTable` and remove the `CasingStyle` module definition file
Module GitHub - 0.13.3-dependOnCasing003 published to the PowerShell Gallery. |
GitHub release for GitHub v0.13.3-dependOnCasing003 has been created. |
… improved test execution
…figuration tracking
…Get-GitHubGitConfig`
…itConfig` for consistency
Module GitHub - v0.13.3 published to the PowerShell Gallery. |
GitHub release for GitHub v0.13.3 has been created. |
Description
This pull request includes changes involve module dependencies and removing deprecated casing style utilities.
#Requires -Modules
statements to specify required modules and their versions in several functions, usingUtilities\Set-ScriptFileRequirement
CasingStyle
version 1.0.2 as dependencyCasingStyle
module functions.Convert-StringCasingStyle
Get-StringCasingStyle
Split-StringByCasingStyle
.Get-GitHubAllUsers
(alias) toGet-GitHubAllUser
(function name).Get-GitHubTeamByName
toGet-GitHubRESTTeamByName
.Type of change
Checklist