Releases: LarryWisherMan/WisherTools.Helpers
v0.2.0
[v0.2.0]
Added
-
Added detailed comment-based help and Unit Tests to all public functions in the
WisherTools.Helpers
module. This provides better guidance and documentation
for the following functions:Get-DirectoryPath
Get-FunctionScriptBlock
New-UniqueFilePath
Test-ComputerPing
Test-DirectoryExistence
-
Added module PSData and build config
-
Added warning to
New-UniqueFilePath
when the specified directory does not
exist and automatically creates the directory. -
Environment variables (
FILE_DIRECTORY
,FILE_PREFIX
,FILE_EXTENSION
) are
now used as default parameters forNew-UniqueFilePath
. -
Created new function
New-UniqueFilePath
, a more generic version of
Get-BackupFilePath
, to generate unique file paths with customizable
prefixes, directories, and extensions. -
Icon Url in psd1
Changed
-
Replaced hardcoded defaults in
Get-BackupFilePath
with dynamic environment
variables and made the function more generic. -
Updated
New-UniqueFilePath
to use environment variables for default values
and fallback defaults if not set.
v0.2.0-preview0004
[v0.2.0-preview0004]
Added
-
Added detailed comment-based help and Unit Tests to all public functions in the
WisherTools.Helpers
module. This provides better guidance and documentation
for the following functions:Get-DirectoryPath
Get-FunctionScriptBlock
New-UniqueFilePath
Test-ComputerPing
Test-DirectoryExistence
-
Added module PSData and build config
-
Added warning to
New-UniqueFilePath
when the specified directory does not
exist and automatically creates the directory. -
Environment variables (
FILE_DIRECTORY
,FILE_PREFIX
,FILE_EXTENSION
) are
now used as default parameters forNew-UniqueFilePath
. -
Created new function
New-UniqueFilePath
, a more generic version of
Get-BackupFilePath
, to generate unique file paths with customizable
prefixes, directories, and extensions. -
Icon Url in psd1
Changed
-
Replaced hardcoded defaults in
Get-BackupFilePath
with dynamic environment
variables and made the function more generic. -
Updated
New-UniqueFilePath
to use environment variables for default values
and fallback defaults if not set.
v0.2.0-preview0003
[v0.2.0-preview0003]
Added
-
Added detailed comment-based help and Unit Tests to all public functions in the
WisherTools.Helpers
module. This provides better guidance and documentation
for the following functions:Get-DirectoryPath
Get-FunctionScriptBlock
New-UniqueFilePath
Test-ComputerPing
Test-DirectoryExistence
-
Added module PSData and build config
-
Added warning to
New-UniqueFilePath
when the specified directory does not
exist and automatically creates the directory. -
Environment variables (
FILE_DIRECTORY
,FILE_PREFIX
,FILE_EXTENSION
) are
now used as default parameters forNew-UniqueFilePath
. -
Created new function
New-UniqueFilePath
, a more generic version of
Get-BackupFilePath
, to generate unique file paths with customizable
prefixes, directories, and extensions.
Changed
-
Replaced hardcoded defaults in
Get-BackupFilePath
with dynamic environment
variables and made the function more generic. -
Updated
New-UniqueFilePath
to use environment variables for default values
and fallback defaults if not set.
v0.2.0-preview0002
[v0.2.0-preview0002]
Added
-
Added detailed comment-based help and Unit Tests to all public functions in the
WisherTools.Helpers
module. This provides better guidance and documentation
for the following functions:Get-DirectoryPath
Get-FunctionScriptBlock
New-UniqueFilePath
Test-ComputerPing
Test-DirectoryExistence
-
Added module PSData and build config
-
Added warning to
New-UniqueFilePath
when the specified directory does not
exist and automatically creates the directory. -
Environment variables (
FILE_DIRECTORY
,FILE_PREFIX
,FILE_EXTENSION
) are
now used as default parameters forNew-UniqueFilePath
. -
Created new function
New-UniqueFilePath
, a more generic version of
Get-BackupFilePath
, to generate unique file paths with customizable
prefixes, directories, and extensions.
Changed
-
Replaced hardcoded defaults in
Get-BackupFilePath
with dynamic environment
variables and made the function more generic. -
Updated
New-UniqueFilePath
to use environment variables for default values
and fallback defaults if not set.
v0.2.0-preview0001
[v0.2.0-preview0001]
Added
- Added detailed comment-based help to all public functions in the
WisherTools.Helpers
module. This provides better guidance and documentation for the following functions:Get-BackupFilePath
Get-DirectoryPath
Get-FunctionScriptBlock
Test-ComputerPing
Test-DirectoryExists
v0.1.0
[v0.1.0]
Changed
- Removed Test Requierments to Test release
Fixed
- Updated Pipeline to pass deploy
v0.1.0-preview0001
[v0.1.0-preview0001]
Changed
- Removed Test Requierments to Test release
Fixed
- Updated Pipeline to pass deploy