8000 Releases · jborean93/PSToml · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: jborean93/PSToml

v0.4.0

12 Mar 02:11
4e84f96
Compare
Choose a tag to compare

What's Changed

v0.4.0 - 2025-03-12

  • Raise minimum PowerShell 7.x version to 7.4
  • Bump Tomlyn to 0.19.0 for empty array bugfix
  • Fix logic to properly serialize an empty array value

New Contributors

Full Changelog: v0.3.1...v0.4.0

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
0