Skip to content

Releases: claudiospizzi/ScriptConfig

ScriptConfig v3.3.0

Choose a tag to compare

@github-actions github-actions released this 18 Jun 19:06

Release Notes:

  • Changed: Optimize module loading time by change the dot-sourcing mode

ScriptConfig v3.2.0

Choose a tag to compare

@github-actions github-actions released this 14 Jan 15:38

Release Notes:

  • Added: Support for auto-detect the config file format based the content (Get-ScriptConfig)
  • Fixed: Fix INI loading for arrays and hash tables in PowerShell 7 (ConvertFrom-ScriptConfigIni)

ScriptConfig v3.1.0

Choose a tag to compare

@claudiospizzi claudiospizzi released this 16 Sep 19:37

Release Notes:

  • Added: Auto-detect the config file if -Path was not specified

ScriptConfig v3.0.0

Choose a tag to compare

@claudiospizzi claudiospizzi released this 18 Feb 10:12

Release Notes:

  • Changed: Get the default config path from the PS call stack
  • Changed: The default configuration file type is now JSON (BREAKING CHANGE)

ScriptConfig v2.0.0

Choose a tag to compare

@claudiospizzi claudiospizzi released this 12 Dec 10:52

Version 2.0.0

ScriptConfig v1.0.3

Choose a tag to compare

@claudiospizzi claudiospizzi released this 09 Feb 16:44
  • Add formats and types resources

ScriptConfig v1.0.2

Choose a tag to compare

@claudiospizzi claudiospizzi released this 02 Feb 23:18
  • Fix default path issue for Get-ScriptConfig

ScriptConfig v1.0.1

Choose a tag to compare

@claudiospizzi claudiospizzi released this 29 Jan 17:06
  • Update file encoding to UTF8 w/o BOM
  • Enhance parameters for Get-ScriptConfig function
  • Update demo and help

ScriptConfig v1.0.0

Choose a tag to compare

@claudiospizzi claudiospizzi released this 21 Jan 17:01
  • Initial public release