Releases: jborean93/PSToml
Releases · jborean93/PSToml
v0.3.1
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
andUIntPtr
instances
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Update build scripts by @jborean93 in #4
- Use new release method by @jborean93 in #5
- Migrate to new ALC structure and support WinPS by @jborean93 in #6
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
What's Changed
- Change ConvertFrom-Toml pipe input behaviour by @jborean93 in #2
New Contributors
- @jborean93 made their first contribution in #2
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/jborean93/PSToml/commits/v0.1.0