Skip to content

0.0.2

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 15:57
8a41871

🩹 [Patch]: Reset module layout (#16)

The module now ships a minimal 0.0.2 surface with one public command and one focused test, removing placeholder scaffolding and unused example content.

Changed: Minimal module surface for v0.0.2

Users now get a single public command, Get-Toml, which reads TOML file content from a provided path. Placeholder module assets and non-essential scaffolding under src were removed so the published package contains only the intended baseline behavior.

Technical details

  • src\functions\public\Get-Toml.ps1 is the only remaining public function source file.
  • tests\Toml.Tests.ps1 now contains one test for Get-Toml reading raw TOML content from a file.
  • src\manifest.psd1 version was updated to 0.0.2.
  • Placeholder files under src and the examples content were removed.
Related issues

-No linked issue (opened on explicit maintainer instruction).