Skip to content

Releases: jborean93/PSToml

v0.3.1

29 Jan 01:26
ff65698
Compare
Choose a tag to compare

What's Changed

  • Better support for array serialization by @jborean93 in #8

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: v0.3.0...v0.3.1

v0.3.0

27 Nov 20:44
001d059
Compare
Choose a tag to compare

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: v0.2.0...v0.3.0

v0.2.0

22 May 21:18
871e6ab
Compare
Choose a tag to compare

What's Changed

  • Change ConvertFrom-Toml pipe input behaviour by @jborean93 in #2

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 May 05:33
119f1a0
Compare
Choose a tag to compare