Skip to content

Latest commit

 

History

History
31 lines (31 loc) · 2.67 KB

History.md

File metadata and controls

31 lines (31 loc) · 2.67 KB
Version Date Author Comments
00.00.01 2009-⁠03-⁠18 Ronald Bode Initial release
00.xx.xx Ronald Bode Assiosated with other cmdlets
01.00.00 2017-05-31 Ronald Bode Prepared for publication
01.00.01 2017-05-31 Ronald Bode Added -Strip option for large embedded strings
01.00.02 2017-05-31 Ronald Bode First public release
01.00.03 2017-06-11 Ronald Bode Fixed: separator not included when log is redirected
01.00.04 2017-06-11 Ronald Bode Fixed: error with exotic value types
Fixed: value of system.byte is not shown
01.00.05 2017-06-22 Ronald Bode Fixed: errors due to missing or incorrect help header
01.00.06 2017-06-25 Ronald Bode Fixed Log-Debug and Log-Verbose (CmdletBinding was missing)
02.01.00 2017-07-19 Ronald Bode Major release change
Renamed solution to Log-Entry (formerly called Write-Log)
Set-LogFile (alias LogFile) function.
The -Debug parameter has moved to a separate Log-Debug alias function.
The -Verbose parameter has moved to a separate Log-Verbose alias function.
The -Prefix parameter has depleted and replaced by the -NoNewline parameter.
The -Delay parameter has depleted.
Added -BackgroundColor
The -Color parameter changed to -ForegroundColor
Added -Strip feature is new and truncates strings at the given length and removes redundant white spaces
Added -FlushErrors is new and suppresses any errors that occurred since last log entry.
Added End-Script function (Alias: End) to log the remaining errors and close the log session
02.01.01 2017-07-19 Ronald Bode Fixed End-Script error when no logs are done
02.01.02 2017-08-03 Ronald Bode Separate hashtables and properties with a semicolon instead of a colon
02.01.03 2017-08-23 Ronald Bode Resolved bug with -Expand parameter due to previous update
02.01.04 2017-08-23 Ronald Bode Prevent error caused by unexpected Notes header layout
02.01.05 2018-05-12 Magnificent Fixed issue #2: multi-start issue with $My being readonly
02.01.06 2018-08-27 GMouron Fixed issue #3: Hashtable with entry with key "value" was not properly converted.
02.01.07 2018-09-13 Ravynne Fixed issue #4: missing divider when -Preserve:0 (no preserve.