PSToml

PowerShell TOML Parser and Writer

MIT License

Stars
31

Bot releases are visible (Hide)

PSToml - v0.3.1 Latest Release

Published by jborean93 9 months ago

What's Changed

v0.3.1 - 2024-01-29

  • Serialize any IList type as a Toml array value and not just an array
  • Deserialize Toml array values that contain table/array/ values into the proper dotnet object
  • Support serializing IntPtr and UIntPtr instances

Full Changelog: https://github.com/jborean93/PSToml/compare/v0.3.0...v0.3.1

PSToml - v0.3.0

Published by jborean93 11 months ago

What's Changed

v0.3.0 - 2023-11-28

  • Migrated to new ALC structure that simplifies the code and ensures deps are loaded in the ALC
  • Added support for Windows PowerShell (5.1)
    • WinPS will not run with an ALC but should still load the libraries side by side if needed

Full Changelog: https://github.com/jborean93/PSToml/compare/v0.2.0...v0.3.0

PSToml - v0.2.0

Published by jborean93 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/jborean93/PSToml/compare/v0.1.0...v0.2.0

PSToml - v0.1.0

Published by jborean93 over 1 year ago

Badges
Extracted from project README
Test workflow codecov PowerShell Gallery License