Skip to content

Releases: kovergard/ScriptLog

v0.4.0

Choose a tag to compare

@kovergard kovergard released this 20 Aug 11:34
398df43

[v0.4.0]

Added

  • New function Remove-ScriptLog added, to allow for removing active logs during a session. This only removes the log object from memory, any files remains on disk.
  • Logs can now be given a name upon creation, to make it easier to distinguish between them when using multiple logs. In the future, this will be the only way to target a specific log.

Changed

  • The parameter AppendDateTime in function New-ScriptLog is now a switch instead of a boolean.
  • Internal test quality improved.

Deprecated

  • Over time, it has been found that manipulating the ScriptLog objects directly have some unforeseen side effects. Due to this, functions will be changed so that the new Name attribute can be used to target a specific log. For now, logs can still be accessed by passing the ScriptLog object. At some future release, the New-ScriptLog and Get-ScriptLog functions will stop returning the actual object, but instead return a new customobject containing the log properties.

Fixed

  • It is no longer possible to have two ScrtipLogs using the same file.

v0.3.1

Choose a tag to compare

@kovergard kovergard released this 14 Jul 09:10

[v0.3.1]

Added

Changed

v0.3.0

Choose a tag to compare

@kovergard kovergard released this 14 Jul 08:46
df47a2c

[v0.3.0]

Added

Changed

  • README updated with build info and link to gallery.
  • License file added.
  • Tags and link to Github repository added to metadata for easier discovery.

v0.2.0

Choose a tag to compare

@kovergard kovergard released this 13 Jul 15:00

[v0.2.0]

Added

  • README.md added with installation information and examples.

Changed

v0.2.0-preview0006

v0.2.0-preview0006 Pre-release
Pre-release

Choose a tag to compare

@kovergard kovergard released this 13 Jul 04:04

[v0.2.0-preview0006]

Added

  • README.md added with installation information and examples.

Changed

v0.2.0-preview0005

v0.2.0-preview0005 Pre-release
Pre-release

Choose a tag to compare

@kovergard kovergard released this 13 Jul 03:38

[v0.2.0-preview0005]

Added

  • README.md added with installation information and examples.

Changed

v0.2.0-preview0004

v0.2.0-preview0004 Pre-release
Pre-release

Choose a tag to compare

@kovergard kovergard released this 12 Jul 18:36

[v0.2.0-preview0004]

Added

  • README.md added with installation information and examples.

Changed

v0.2.0-preview0003

v0.2.0-preview0003 Pre-release
Pre-release

Choose a tag to compare

@kovergard kovergard released this 12 Jul 15:38

[v0.2.0-preview0003]

Added

  • README.md added with installation information and examples.

Changed

v0.2.0-preview0002

v0.2.0-preview0002 Pre-release
Pre-release

Choose a tag to compare

@kovergard kovergard released this 12 Jul 15:11

[v0.2.0-preview0002]

Added

  • README.md added with installation information and examples.

Changed

v0.2.0-preview0001

v0.2.0-preview0001 Pre-release
Pre-release

Choose a tag to compare

@kovergard kovergard released this 12 Jul 13:16

[v0.2.0-preview0001]

Added

  • README.md added with installation information and examples.

Changed