Skip to content

Releases: mazzy-ax/Write-ProgressEx

v0.22

26 Apr 17:37
Compare
Choose a tag to compare
  • Type of parameters Current and Total changed to [long] from [int]

v0.21

07 Apr 17:43
Compare
Choose a tag to compare
  • parameters added:
    • Remaining
    • ShowConsoleTitle
    • ShowElapsed
  • features improved:
    • UpdateInterval, Reset, Elapsed, Remaining, PercentComplete, SecondsRemaining
    • auto name feature works with functions and script names
  • performance improved
  • examples improved
    • param delayMS added to examples. The default value (30 ms) is used when the user runs this script, 0 is used in unit tests
    • Write-ProgressEx with empty arguments added to the begin of each example. It fixes problems when the user interrupts the example and runs another example
    • -ShowConsoleTitle parameter added to the pipe example
  • style fixed:
    • trail spaces removed due style check
    • for case-sensitive systems, the name of methods and properties uses same case

v0.20

13 May 17:10
Compare
Choose a tag to compare
  • [System.Diagnostics.Stopwatch]$Stopwatch replaced on [DateTime]$StartDateTime and [TimeSpan]$Elapsed
  • parameters removed:
    • NoProgressBar
  • parameters added:
    • ShowProgressBar with Auto, Force and None values
    • StartDateTime
    • ProgressDateTime
    • Elapsed
    • UpdateDateTime
    • UpdateInterval
  • fixed due changed parameters:
    • Get-ProgressEx, Set-ProgressEx, Write-ProgressEx cmdlets
    • examples
    • messages
  • reamde and comments updated

v0.19

06 May 17:09
Compare
Choose a tag to compare
  • The switch Reset added to Write-ProgressEx cmdlet.
  • Deep refactoring in the cmdlet Set-ProgressEx.
  • On completed message clarified.
  • The directive #require -module Write-ProgressEx added to example scripts.
  • Splatting example added.
  • Examples and tests cleanup.
  • Readme changed.

v0.18

05 May 23:52
Compare
Choose a tag to compare
  • The function Set-ProgressEx fixed.
  • The example Write-ProgressEx.autoName.ps1 fixed.
  • The cmdlet Set-StrictMode removed from project scripts.
  • The directive #require -version 3.0 removed from project scripts.
  • The function nz extracted from Write-ProgressExMessage.
  • The chocolateyInstall.ps1 removed.
  • The directory structure reorganized to remove media, examples and tests from nuget downloads and powershell gallery.
  • The project meta info tests added.
  • Tests fixed.
  • Readme changed.
  • Typo corrected.