Skip to content

Releases: LarryWisherMan/WisherTools.Helpers

v0.2.0

10 Sep 08:33
7034f6a
Compare
Choose a tag to compare

[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 for New-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

10 Sep 08:27
7034f6a
Compare
Choose a tag to compare
v0.2.0-preview0004 Pre-release
Pre-release

[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 for New-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

10 Sep 08:00
9356814
Compare
Choose a tag to compare
v0.2.0-preview0003 Pre-release
Pre-release

[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 for New-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

10 Sep 07:51
575a0b2
Compare
Choose a tag to compare
v0.2.0-preview0002 Pre-release
Pre-release

[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 for New-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

07 Sep 22:15
d4fe18b
Compare
Choose a tag to compare
v0.2.0-preview0001 Pre-release
Pre-release

[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

07 Sep 11:30
bed3d61
Compare
Choose a tag to compare

[v0.1.0]

Changed

  • Removed Test Requierments to Test release

Fixed

  • Updated Pipeline to pass deploy

v0.1.0-preview0001

07 Sep 11:12
bed3d61
Compare
Choose a tag to compare
v0.1.0-preview0001 Pre-release
Pre-release

[v0.1.0-preview0001]

Changed

  • Removed Test Requierments to Test release

Fixed

  • Updated Pipeline to pass deploy